Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

infisical.yaml 860 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. {{- if .Values.infisical.enabled }}
  2. apiVersion: secrets.infisical.com/v1alpha1
  3. kind: InfisicalSecret
  4. metadata:
  5. name: {{ include "name" $ }}-infisical-secret
  6. namespace: {{ $.Release.Namespace }}
  7. spec:
  8. authentication:
  9. universalAuth:
  10. credentialsRef:
  11. secretName: {{ .Values.infisical.operatorSecretName | quote }}
  12. secretNamespace: {{ .Values.infisical.operatorSecretNamespace | quote }}
  13. secretsScope:
  14. envSlug: {{ .Values.infisical.env | quote }}
  15. projectSlug: {{ .Values.infisical.project | quote }}
  16. secretsPath: /
  17. hostAPI: {{ .Values.infisical.url | quote }}
  18. managedSecretReference:
  19. creationPolicy: Owner
  20. secretName: {{ include "name" $ }}-secs
  21. secretNamespace: {{ .Release.Namespace | quote }}
  22. secretType: Opaque
  23. resyncInterval: {{ .Values.infisical.resyncInterval }}
  24. {{- end }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...