Skip to content

Commit

Permalink
fix: no namespace in configmap, so remove the namespace (OpenAtomFoun…
Browse files Browse the repository at this point in the history
…dation#2474)

Co-authored-by: liuchengyu <[email protected]>
  • Loading branch information
2 people authored and liuyuecai committed Mar 14, 2024
1 parent 390cb10 commit 76008f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
configs:
- name: codis-dashboard-config
templateRef: pika-conf-template
namespace: {{ .Release.Namespace }}
volumeName: config
runtime:
initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
configs:
- name: codis-proxy-config
templateRef: pika-conf-template
namespace: {{ .Release.Namespace }}
volumeName: config
runtime:
initContainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ spec:
configs:
- name: pika-config
templateRef: pika-conf-template
namespace: {{ .Release.Namespace }}
volumeName: config
scripts:
- name: pika-script
templateRef: pika-script-template
namespace: {{ .Release.Namespace }}
volumeName: script
defaultMode: 0555
lifecycleActions:
Expand Down

0 comments on commit 76008f0

Please sign in to comment.