Skip to content

Commit

Permalink
wip: add value override
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 16, 2024
1 parent dc1efc2 commit c535337
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
config:
merge:
00$include: "../custom-auth/auth.conf"
container:
patch:
- op: add
path: "/volumeMounts/-"
value:
name: auth-config
mountPath: "/etc/custom-auth"
statefulSet:
patch:
- op: add
path: /spec/template/spec/volumes/-
value:
name: "auth-config"
secret:
defaultMode: 420
secretName: "natsoperator-sample-server-config"

0 comments on commit c535337

Please sign in to comment.