Skip to content

Commit

Permalink
some better descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Apr 15, 2024
1 parent fecf7ea commit f3a81ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zarf-registry/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ 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
description: The name of the service account to use. If not set and create is true, a name is generated using fullname template
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
Expand Down

0 comments on commit f3a81ec

Please sign in to comment.