Clear bad defaults in AIAP/airshipctl replacements

Change-Id: I17dd940448c1263f00e865239b6e69201e61d55b
This commit is contained in:
Ian Howell 2021-09-15 10:20:03 -05:00
parent d5690e20fe
commit bedca67420
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) # The username to use when using the https protocol (basic-auth)
- op: replace - op: replace
path: "/spec/containers/6/env/11/value" path: "/spec/containers/6/env/11/value"
value: none value:
# The password to use when using the https protocol (basic-auth) # The password to use when using the https protocol (basic-auth)
- op: replace - op: replace
path: "/spec/containers/6/env/12/value" path: "/spec/containers/6/env/12/value"
value: none value:
# The password to use when using the git protocol (ssh-key) # The password to use when using the git protocol (ssh-key)
- op: replace - op: replace
path: "/spec/containers/6/env/13/value" path: "/spec/containers/6/env/13/value"