Skip to content

Commit

Permalink
fix(flipt): mount flipt config into expected location
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Jun 18, 2024
1 parent 8750076 commit 1ccb11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flipt/templates/deployment.cue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import (
name: "flipt-local-state"
},
{
mountPath: "/home/flipt/config/default.yml"
mountPath: "/etc/flipt/config/default.yml"
name: "flipt-config"
readOnly: true
subPath: "default.yml"
Expand Down
2 changes: 1 addition & 1 deletion flipt/templates/migrationjob.cue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
},
] + #config.env
volumeMounts: [{
mountPath: "/home/flipt/config/default.yml"
mountPath: "/etc/flipt/config/default.yml"
name: "flipt-config"
readOnly: true
subPath: "default.yml"
Expand Down

0 comments on commit 1ccb11f

Please sign in to comment.