Skip to content

Commit

Permalink
fix: secret reference used for testing was left in code
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Feb 14, 2024
1 parent 3c2e2f4 commit 4ee735b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/static-site/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000

gitCloneUrlSecretName: git-creds

securityContext:
# capabilities:
# drop:
Expand Down Expand Up @@ -59,4 +57,4 @@ gitCloneUrl: https://github.com/gimlet-io/reactjs-test-app.git
buildImage: "node:latest"
buildScript: |
npm install && npm run build
builtAssets: build/
builtAssets: build/

0 comments on commit 4ee735b

Please sign in to comment.