Skip to content

Commit

Permalink
Add anchore account to config map
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Dacanay <[email protected]>
  • Loading branch information
dakaneye committed Feb 11, 2021
1 parent fbde00a commit e58288e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions stable/kai/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ data:
url: {{ .Values.kai.anchore.url }}
user: {{ .Values.kai.anchore.user }}
password: $KAI_ANCHORE_PASSWORD
account: {{ .Values.kai.anchore.account }}
http:
insecure: {{ .Values.kai.anchore.http.insecure }}
timeoutSeconds: {{ .Values.kai.anchore.http.timeoutSeconds }}
5 changes: 4 additions & 1 deletion stable/kai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ kai:

anchore:
url:

# Note: the user specified must be an admin user or have full-control, or read-write RBAC permissions
user: admin
password: foobar
# account: admin # defaults to 'admin' when not specified

# defaults to 'admin' when not specified
account: admin
http:
insecure: true
timeoutSeconds: 10

0 comments on commit e58288e

Please sign in to comment.