-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for fluxcd/flux#3616, fluxcd/flux#3615 * add a bunch of excludes to helmrelease for flux v1 * kustomize resource is not relevant for flux v1 The old kustomize should not be used as it is unsafe * flux should not scan for kindest images either * fixup index.docker.io Signed-off-by: Kingdon Barrett <[email protected]>
- Loading branch information
Kingdon Barrett
committed
May 26, 2022
1 parent
87fb9da
commit b5d17e0
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ spec: | |
interval: 10m0s | ||
timeout: 1m0s | ||
values: | ||
image: | ||
tag: 1.25.2 | ||
git: | ||
url: [email protected]:kingdonb/tailscale-k8s.git | ||
branch: main | ||
|
@@ -26,3 +28,5 @@ spec: | |
options: | ||
- name: ndots | ||
value: "1" | ||
registry: | ||
excludeImage: cr.l5d.io/linkerd/*,docker.l5d.io/buoyantio/*,ghcr.io/fluxcd/*,ghcr.io/linuxserver/*,index.docker.io/kingdonb/*,index.docker.io/jenkins/*,index.docker.io/library/*,index.docker.io/okteto/*,index.docker.io/weaveworks/*,index.docker.io/grafana/*,index.docker.io/datawire/*,index.docker.io/hephy/*,index.docker.io/fluxcd/*,index.docker.io/prom/*,index.docker.io/buoyantio/*,index.docker.io/kiwigrid/*,index.docker.io/rancher/*,k8s.gcr.io/metrics-server/*,k8s.gcr.io/ingress-nginx/*,k8s.gcr.io/kube-state-metrics/*,k8s.gcr.io/coredns/*,k8s.gcr.io/kube-proxy,quay.io/keycloak/*,quay.io/jetstack/*,quay.io/metallb/*,quay.io/kiwigrid/*,quay.io/prometheus/*,quay.io/prometheus-operator/*,127.0.0.1:5555/*,index.docker.io/kindest/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: tailscale | ||
resources: | ||
- role.yaml | ||
- rolebinding.yaml | ||
- sa.yaml | ||
- subnet-router.yaml | ||
# apiVersion: kustomize.config.k8s.io/v1beta1 | ||
# kind: Kustomization | ||
# namespace: tailscale | ||
# resources: | ||
# - role.yaml | ||
# - rolebinding.yaml | ||
# - sa.yaml | ||
# - subnet-router.yaml |