Skip to content

Commit

Permalink
Renamed annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Kiselev <[email protected]>
  • Loading branch information
trublast committed Jun 28, 2024
1 parent 60468fd commit b077778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/vault-secrets-webhook/pkg/webhook/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ func getPullPolicy(pullPolicyStr string) corev1.PullPolicy {
func SetConfigDefaults() {
viper.SetDefault("env_injector_image", "trublast/env-injector:v0.0.1")
viper.SetDefault("env_injector_pull_policy", string(corev1.PullIfNotPresent))
// viper.SetDefault("addr", "https://stronghold.d8-stronghold:8200")
viper.SetDefault("addr", "https://stronghold.d8-stronghold:8200")
viper.SetDefault("tls_skip_verify", "false")
// viper.SetDefault("auth_path", "kubernetes_local")
viper.SetDefault("auth_path", "kubernetes_local")
viper.SetDefault("auth_method", "jwt")
viper.SetDefault("role", "")
viper.SetDefault("tls_secret", "")
Expand Down

0 comments on commit b077778

Please sign in to comment.