Skip to content

Commit

Permalink
fix(flipt): remove accidentally committed hardcoded env
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Jun 17, 2024
1 parent caf058f commit 15c7855
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions flipt/values.cue
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,4 @@ values: {
digest: ""
tag: "latest"
}
env: [
{name: "DBUSER", value: "george"},
{
name: "DBPASSWORD"
valueFrom: secretKeyRef: {
name: "foo"
key: "DBPASSWORD"
}
},
]
}

0 comments on commit 15c7855

Please sign in to comment.