.
This commit is contained in:
10
charts/ansible-semaphore/templates/config.tpl
Normal file
10
charts/ansible-semaphore/templates/config.tpl
Normal 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 }}
|
Reference in New Issue
Block a user