Merge "Clear bad defaults in AIAP/airshipctl replacements"

This commit is contained in:
Zuul 2021-09-20 16:44:45 +00:00 committed by Gerrit Code Review
commit 6cdf28fb40
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@
# The username to use when using the https protocol (basic-auth)
- op: replace
path: "/spec/containers/6/env/11/value"
value: none
value:
# The password to use when using the https protocol (basic-auth)
- op: replace
path: "/spec/containers/6/env/12/value"
value: none
value:
# The password to use when using the git protocol (ssh-key)
- op: replace
path: "/spec/containers/6/env/13/value"