Skip to content

Commit

Permalink
add more ns
Browse files Browse the repository at this point in the history
  • Loading branch information
inductor committed Mar 14, 2023
1 parent 4a82069 commit 6bee01a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
# - monitoring
# - synology-csi
# - newrelic
# - olm
# - px-operator
#
# のリソースインストールを行うため、namespaceを明示的に許可する必要がある
- namespace: "kube-system"
Expand All @@ -43,6 +45,10 @@ spec:
server: https://kubernetes.default.svc
- namespace: "newrelic"
server: https://kubernetes.default.svc
- namespace: "olm"
server: https://kubernetes.default.svc
- namespace: "px-operator"
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"
Expand Down

0 comments on commit 6bee01a

Please sign in to comment.