Skip to content

Commit

Permalink
Try to skip gitleaks keyword for secret reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Jan 25, 2024
1 parent 377b43c commit 5b8c61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/validator-kapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ postgresql:
database: "kapi"
existingSecret: "eso-validator-kapi"
secretKeys:
adminPasswordKey: "DB_PASSWORD"
userPasswordKey: "DB_PASSWORD"
adminPasswordKey: "DB_PASSWORD" #gitleaks:allow

Check failure on line 133 in charts/validator-kapi/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

133:39 [comments] too few spaces before comment

Check failure on line 133 in charts/validator-kapi/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

133:40 [comments] missing starting space in comment
userPasswordKey: "DB_PASSWORD" #gitleaks:allow

Check failure on line 134 in charts/validator-kapi/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

134:40 [comments] missing starting space in comment
replicationPasswordKey: ""
service:
ports:
Expand Down

0 comments on commit 5b8c61e

Please sign in to comment.