Skip to content

Commit

Permalink
Syntax and lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen committed Aug 23, 2023
1 parent 3564e4e commit ba92fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/servicetelemetry/tasks/component_grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Check if annotation has been defined, and if not or the hash value has changed, update the secret.
- when: (grafana_htpasswd_secret.resources[0].metadata.annotations is not defined) or
(grafana_htpasswd_secret.resources[0].metadata.annotations['hash-of-creds-to-force-restart-if-changed'] is not defined) or
(grafana_htpasswd_secret.resources[0].metadata.annotations['hash-of-creds-to-force-restart-if-changed'] != "{{ grafana_basic_auth_hash }}")
(grafana_htpasswd_secret.resources[0].metadata.annotations['hash-of-creds-to-force-restart-if-changed'] != grafana_basic_auth_hash)
name: Create or patch htpasswd secret for grafana admin
no_log: false
k8s:
Expand Down
2 changes: 1 addition & 1 deletion roles/servicetelemetry/vars/dummy_user_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ elastic_user_key_dummy: |
njxhAQKBgQD0lOpKtL8qz9gmqtkhDRe+EPHSX8rfirqqRrPUiwK7kAJeW2vtU8aa
hFT7lEDjb7ERyZfybIkTVVBipKx2yse9nE+1dPGIgZop3E1guDuF9aOAzIUd/+/s
CI7s/lIBZsPD3PyxXXRtsvN7iUv5tLvNFhfomB7miTYHE+MC5QHJVQ==
-----END RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----

0 comments on commit ba92fa4

Please sign in to comment.