Created
June 8, 2022 08:52
-
-
Save Mishco/2327e0be39cf8ea4e8d00a8976812f6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: spv.no/v1alpha1 | |
| kind: AzureKeyVaultSecret | |
| metadata: | |
| name: certificat-sync | |
| namespace: namespace-first-app | |
| spec: | |
| vault: | |
| name: {{ .Values.keyvault }} # value get from 'values.yaml' | |
| object: | |
| name: first-app | |
| type: certificate | |
| output: | |
| secret: | |
| name: tls-secret # kubernetes secret name | |
| type: kubernetes.io/tls # kubernetes secret type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment