From bedca67420640b0a75ad8f13dae1fef4ea9ec8f2 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Wed, 15 Sep 2021 10:20:03 -0500 Subject: [PATCH] Clear bad defaults in AIAP/airshipctl replacements Change-Id: I17dd940448c1263f00e865239b6e69201e61d55b --- tools/airship-in-a-pod/examples/airshipctl/replacements.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/airship-in-a-pod/examples/airshipctl/replacements.yaml b/tools/airship-in-a-pod/examples/airshipctl/replacements.yaml index 018f04733..7f6cea8da 100644 --- a/tools/airship-in-a-pod/examples/airshipctl/replacements.yaml +++ b/tools/airship-in-a-pod/examples/airshipctl/replacements.yaml @@ -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"