This commit is contained in:
Jonas Forsberg
2024-10-19 11:33:27 +02:00
parent 516e41e57c
commit c79a64905e
3 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
metadata:
name: ansible-semaphore-config
namespace: {{- .Values.namespace }}
labels:
{{- include "lib.labels" . | nindent 4}}
type: Opauge
data:
config.json: {{ toJson .Values.config | b64enc }}