mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update
This commit is contained in:
parent
5a0664e1ef
commit
6799a84f65
1 changed files with 9 additions and 8 deletions
|
|
@ -1,8 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}-config
|
||||
labels:
|
||||
{{- include "common.labels" . | nindent 4 }}
|
||||
data:
|
||||
settings.yml: {{ .Values.searxng.config | toYaml | b64enc | quote }}
|
||||
#apiVersion: v1
|
||||
#kind: Secret
|
||||
#metadata:
|
||||
# name: {{ include "common.names.fullname" . }}-config
|
||||
# labels:
|
||||
# {{- include "common.labels" . | nindent 4 }}
|
||||
#data:
|
||||
# settings.yml: {{ .Values.searxng.config | toYaml | b64enc | quote }}
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue