From f3a81ec6d75a82dd7038cc3de74d1b0f881e5e79 Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Mon, 15 Apr 2024 16:03:34 +0000 Subject: [PATCH] some better descriptions --- packages/zarf-registry/zarf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/zarf-registry/zarf.yaml b/packages/zarf-registry/zarf.yaml index 13f211ea9d..d1edf868dd 100644 --- a/packages/zarf-registry/zarf.yaml +++ b/packages/zarf-registry/zarf.yaml @@ -59,7 +59,7 @@ variables: autoIndent: true - name: REGISTRY_CREATE_SERVICE_ACCOUNT - description: Toggle the ability to use an IRSA for the registry + description: Toggle the creation of a new service account for the registry default: "false" - name: REGISTRY_SERVICE_ACCOUNT_NAME @@ -67,7 +67,7 @@ variables: default: "" - name: REGISTRY_SERVICE_ACCOUNT_ANNOTATIONS - description: The ARN of the IAM Role to assume + description: Map of annotations to add to the created service account default: "" - name: REGISTRY_AFFINITY_ENABLE