Skip to content

Commit

Permalink
fix: update values to address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed Mar 13, 2024
1 parent 095b5b9 commit 2e7199c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions chart/validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,16 +484,16 @@ pluginSecrets:
# an example of the expected format and ensure that it exists in the same namespace as the Helm release.
#
auth: [] # Don't forget to delete these square brackets if you're specifying credentials here!

Check failure on line 486 in chart/validator/values.yaml

View workflow job for this annotation

GitHub Actions / Run Helm Chart Tests

486:14 [comments] too few spaces before comment
# - secretName: registry-creds # ensure this matches the credentials secretName in the OciRegistryRule
# username: username # for ECR Registries, store the AWS_ACCESS_KEY_ID here
# password: pa$$w0rd # for ECR Registries, store the AWS_SECRET_ACCESS_KEY here
#
# - secretName: registry-creds # ensure this matches the credentials secretName in the OciRegistryRule
# username: username # for ECR Registries, store the AWS_ACCESS_KEY_ID here
# password: pa$$w0rd # for ECR Registries, store the AWS_SECRET_ACCESS_KEY here

# If installing the OCI plugin and enabling signature verification of artifacts, the below config is required unless the following applies:
# - The target cluster already contains secrets with the correct format for all public keys used for signing artifacts.
# If specifying your own secret, refer to chart/validator/templates/plugin-secret-oci-pubkey.yaml for
# an example of the expected format and ensure that it exists in the same namespace as the Helm release.
#
pubKeys: [] # Don't forget to delete these square brackets if you're specifying public keys here!

Check failure on line 496 in chart/validator/values.yaml

View workflow job for this annotation

GitHub Actions / Run Helm Chart Tests

496:17 [comments] too few spaces before comment
# - secretName: cosign-public-keys # ensure this matches the public key secretName in the OciRegistryRule
# pubkey1.pub: <your pub key> # ensure the key name ends in .pub
# pubkey2.pub: <your pub key>
# - secretName: cosign-public-keys # ensure this matches the public key secretName in the OciRegistryRule
# pubkey1.pub: <your pub key> # ensure the key name ends in .pub
# pubkey2.pub: <your pub key>

0 comments on commit 2e7199c

Please sign in to comment.