Skip to content

Commit

Permalink
fix(infisical-secrets-operator): service token key infisicalToken
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Feb 21, 2024
1 parent c4c4a55 commit 137a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infisical-secrets-operator/templates/secrets.cue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
name: #config.infisical.serviceToken.name
namespace: #config.metadata.namespace
}
stringData: serviceToken: #config.infisical.serviceToken.token
stringData: infisicalToken: #config.infisical.serviceToken.token
}

#InfisicalSecret: infisicalsecretv1alpha1.#InfisicalSecret & {
Expand Down

0 comments on commit 137a80f

Please sign in to comment.