Skip to content

Commit

Permalink
add local-path-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 4, 2024
1 parent b554eac commit 95cb801
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cluster-wide-apps
resources:
# reloader
- github.com/stakater/Reloader/deployments/kubernetes?ref=v1.0.60&submodules=false
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cluster-wide-apps
resources:
# reloader
- github.com/stakater/Reloader/deployments/kubernetes?ref=v1.0.60&submodules=false
# 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 95cb801

Please sign in to comment.