Skip to content

Instantly share code, notes, and snippets.

@Mishco
Created June 8, 2022 08:52
Show Gist options
  • Select an option

  • Save Mishco/2327e0be39cf8ea4e8d00a8976812f6b to your computer and use it in GitHub Desktop.

Select an option

Save Mishco/2327e0be39cf8ea4e8d00a8976812f6b to your computer and use it in GitHub Desktop.
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