knotdns: minus line break
This commit is contained in:
parent
0650af5ea5
commit
711d5da1bd
2 changed files with 2 additions and 3 deletions
|
@ -14,8 +14,7 @@ spec:
|
|||
app: {{ .Release.Name }}-knot
|
||||
use-as-service: {{ .Release.Name }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath
|
||||
"/knotconf.yaml") . | sha256sum }}
|
||||
checksum/config: {{ include (print $.Template.BasePath "/knotconf.yaml") . | sha256sum }}
|
||||
spec:
|
||||
containers:
|
||||
- name: knot
|
||||
|
|
|
@ -5,4 +5,4 @@ metadata:
|
|||
namespace: argo
|
||||
stringData:
|
||||
username: "nico"
|
||||
password: "C7h9zTBsx1RQYnrPFkit"
|
||||
password: "...."
|
||||
|
|
Loading…
Reference in a new issue