Skip to content

Commit

Permalink
Merge pull request #1666 from GiganticMinecraft/add_local_path_storage
Browse files Browse the repository at this point in the history
add local-path-storage
  • Loading branch information
outductor authored Jan 4, 2024
2 parents b554eac + 81a7aa0 commit 251dc2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# local-path-provisioner
- github.com/rancher/local-path-provisioner/deploy?ref=v0.0.26
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
# - seichi-gateway-operator
# - argo-events
# - argo-workflows
# - local-path-storage
#
# のリソースインストールを行うため、namespaceを明示的に許可する必要がある
- namespace: "kube-system"
Expand All @@ -45,6 +46,8 @@ spec:
server: https://kubernetes.default.svc
- namespace: "seichi-gateway-operator-system"
server: https://kubernetes.default.svc
- namespace: "local-path-storage"
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"
Expand Down

0 comments on commit 251dc2b

Please sign in to comment.