From 66cb5a2a8f04e68a7b5015c127673c48d5c766a0 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Lorenzo Date: Thu, 23 Nov 2023 10:08:03 +0100 Subject: [PATCH] fix: rh-account-secret workspace marked as optional on infra-aws-rhel. Fix #162 Signed-off-by: Adrian Riobo Lorenzo --- tkn/infra-aws-rhel.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tkn/infra-aws-rhel.yaml b/tkn/infra-aws-rhel.yaml index 014acd8bb..12c326b56 100644 --- a/tkn/infra-aws-rhel.yaml +++ b/tkn/infra-aws-rhel.yaml @@ -191,6 +191,7 @@ spec: region: ${region} mountPath: /opt/aws-credentials - name: rh-account-secret + optional: true description: | ocp secret holding the credentials for a valid rh user to subscribe VM. Secret should be accessible to this task.