Skip to content

Commit

Permalink
Use gql for config maps and cluster service brokers (#3388)
Browse files Browse the repository at this point in the history
* Use gql for configmaps and clusterservice brokers, add log ui for pods and lambdas
  • Loading branch information
dariadomagala-sap authored and kwiatekus committed Apr 2, 2019
1 parent 2cab810 commit b46c948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/core/charts/console/values.yaml
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
tag: '76e0e1c9'
tag: '873710fc'
pullPolicy: IfNotPresent
service:
name: nginx
Expand Down
Expand Up @@ -30,7 +30,7 @@ rules:
verbs: ["create", "delete", "get", "update"]
- apiGroups: [""]
resources: ["namespaces", "pods", "configmaps"]
verbs: ["create", "get", "delete"]
verbs: ["create", "get", "delete", "update"]
nonResourceURLs: []
- apiGroups: [""]
resources: ["services", "secrets"]
Expand Down
2 changes: 1 addition & 1 deletion resources/logging/charts/log-ui/values.yaml
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
image:
name: log-ui
tag: 6c1910bf
tag: 97fae53a
pullPolicy: Always
service:
name: nginx
Expand Down

0 comments on commit b46c948

Please sign in to comment.