Skip to content

Commit

Permalink
fix: disable pre-deploy import secrets by default (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Mar 28, 2024
1 parent 2b014c9 commit eaa069b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/contrib/kontinuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ preDeploy:
enabled: true
cleanOrphan:
enabled: true
importSecrets:
enabled: false

deploySidecars:
failfast:
Expand Down
1 change: 1 addition & 0 deletions plugins/fabrique/kontinuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ dependencies:

preDeploy:
importSecrets:
enabled: false
options:
secrets:
kubeconfig:
Expand Down

0 comments on commit eaa069b

Please sign in to comment.