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
Support the conversion of SealedSecrets.
apiVersion: bitnami.com/v1alpha1 kind: SealedSecret metadata: name: mysecret namespace: mynamespace spec: encryptedData: foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....
The text was updated successfully, but these errors were encountered:
Support the conversion of SealedSecrets. apiVersion: bitnami.com/v1alpha1 kind: SealedSecret metadata: name: mysecret namespace: mynamespace spec: encryptedData: foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq.....
Hello. Which provider do you use currently for deploying sealed-secrets CRD in k8s with terraform? Or you're just using kubernetes_manifest resource?
Sorry, something went wrong.
Support the conversion of SealedSecrets. apiVersion: bitnami.com/v1alpha1 kind: SealedSecret metadata: name: mysecret namespace: mynamespace spec: encryptedData: foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq..... Hello. Which provider do you use currently for deploying sealed-secrets CRD in k8s with terraform? Or you're just using kubernetes_manifest resource?
Hi, we are just using the kubernetes_manifest.
No branches or pull requests
Support the conversion of SealedSecrets.
The text was updated successfully, but these errors were encountered: