Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 4, 2024
1 parent 95cb801 commit 81a7aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cluster-wide-apps
resources:
# local-path-provisioner
- github.com/rancher/local-path-provisioner/deploy?ref=v0.0.26
# reloader
- github.com/stakater/Reloader/deployments/kubernetes?ref=v1.0.60&submodules=false

0 comments on commit 81a7aa0

Please sign in to comment.