We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding new values to be synched in the InfisicalSecret CRD (updating the manifest and applying) the operator does not update the K8s secret
InfisicalSecret
K8s secret is applied
Kubernetes deployment
The text was updated successfully, but these errors were encountered:
Encountered the same today when I updated the template in InfisicalSecret.
apiVersion: secrets.infisical.com/v1alpha1 kind: InfisicalSecret metadata: name: authentik spec: authentication: universalAuth: secretsScope: projectSlug: homelab-vn-bd envSlug: prod secretsPath: "/authentik" credentialsRef: secretName: universal-auth-credentials secretNamespace: infisical managedSecretReference: creationPolicy: "Owner" secretName: authentik-secret secretNamespace: authentik template: data: AUTHENTIK_SECRET_KEY: '{{ `{{ .secret_key.Value }}` }}' AUTHENTIK_POSTGRESQL__PASSWORD: '{{ `{{ .postgres_user_password.Value }}` }}'
bootstrap_token
authentik
AUTHENTIK_BOOTSTRAP_TOKEN: '{{ `{{ .bootstrap_token.Value }}` }}'
Kubernetes secret never updates after that. After manually deleting authentik-secret secret, infisical created a new one with the new template.
authentik-secret
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After adding new values to be synched in the
InfisicalSecret
CRD (updating the manifest and applying) the operator does not update the K8s secretTo Reproduce
Expected behavior
K8s secret is applied
Platform you are having the issue on:
Kubernetes deployment
The text was updated successfully, but these errors were encountered: