Skip to content

Commit

Permalink
chore: add comment describing oci plugin secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Nov 30, 2023
1 parent 49f7da2 commit 556a320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ pluginSecrets:
# vcenterServer: ""
# insecureSkipVerify: ""

# If installing the OCI plugin and validating against private registries, the below config is required unelss the following applies:
# - The target cluster already contains secrets with the correct format for all private registries.
# If specifying your own secret, refer to chart/validator/templates/plugin-secret-oci.yaml for
# an example of the expected format and ensure that it exists in the same namespace as the Helm release.
#
oci: [] # Don't forget to delete these square brackets if you're specifying credentials here!
# - secretName: registry-creds # ensure this matches the secretName in the OciRegistryRule
# username: username # for ECR Registries, store the AWS_ACCESS_KEY_ID here
Expand Down

0 comments on commit 556a320

Please sign in to comment.