Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sync-upstream-master
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <me@muvaf.com>
  • Loading branch information
muvaf committed Sep 28, 2022
2 parents b480f18 + dd87bfb commit eabc3b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build
2 changes: 2 additions & 0 deletions cluster/charts/crossplane/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
app: {{ template "crossplane.name" . }}
{{- include "crossplane.labels" . | indent 4 }}
{{- if .Values.rbacManager.deploy }}
aggregationRule:
clusterRoleSelectors:
- matchLabels:
Expand All @@ -19,6 +20,7 @@ metadata:
{{- include "crossplane.labels" . | indent 4 }}
crossplane.io/scope: "system"
rbac.crossplane.io/aggregate-to-crossplane: "true"
{{- end }}
rules:
- apiGroups:
- ""
Expand Down
5 changes: 2 additions & 3 deletions cluster/charts/crossplane/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ provider:
configuration:
packages: []

imagePullSecrets:
- dockerhub
imagePullSecrets: {}

registryCaBundleConfig: {}

Expand Down Expand Up @@ -93,4 +92,4 @@ extraEnvVarsRBACManager: {}

podSecurityContextCrossplane: {}

podSecurityContextRBACManager: {}
podSecurityContextRBACManager: {}
2 changes: 1 addition & 1 deletion docs/guides/vault-as-secret-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
Resources:
```shell
echo "apiVersion: gcp.crossplane.io/v1alpha1
echo "apiVersion: gcp.secrets.crossplane.io/v1alpha1
kind: StoreConfig
metadata:
name: vault
Expand Down

0 comments on commit eabc3b7

Please sign in to comment.