Skip to content

Commit

Permalink
Merge pull request #1522 from GiganticMinecraft/add_argo
Browse files Browse the repository at this point in the history
allow project
  • Loading branch information
outductor authored Dec 17, 2023
2 parents 790bd76 + cd89ab2 commit 77811b1
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
# - seichi-gateway-operator
# - argo-events
# - argo-workflows
#
# のリソースインストールを行うため、namespaceを明示的に許可する必要がある
- namespace: "kube-system"
Expand All @@ -43,6 +45,10 @@ spec:
server: https://kubernetes.default.svc
- namespace: "seichi-gateway-operator-system"
server: https://kubernetes.default.svc
- namespace: "argo-events"
server: https://kubernetes.default.svc
- namespace: "argo-workflows"
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"
Expand Down

0 comments on commit 77811b1

Please sign in to comment.