You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# No warnings about conflicting keys between service1 and service2
61
69
`,
62
70
}
63
71
@@ -68,6 +76,7 @@ only inject secrets for which there is a corresponding env var with value
68
76
<strict-value>, and fail if there are any env vars with that value missing
69
77
from secrets`)
70
78
execCmd.Flags().StringVar(&strictValue, "strict-value", strictValueDefault, "value to expect in --strict mode")
79
+
execCmd.Flags().BoolVar(&noWarnConflicts, "no-warn-conflicts", false, "suppress warnings when services overwrite environment variables (useful when conflicts are expected)")
0 commit comments