k8s manifests with vars set up for fluxcd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adding the local registry to the namespace

+3 -2
+2 -2
knot/statefulset.yaml
··· 15 15 app: tangled 16 16 spec: 17 17 imagePullSecrets: 18 - - name: atcr-pull-secret 18 + - name: gitea-pull-secret 19 19 containers: 20 20 - name: knot 21 - image: atcr.io/tangled.org/knot:latest 21 + image: git.dragonfruit.dev/k8s/knot:latest 22 22 imagePullPolicy: Always 23 23 ports: 24 24 - name: http
+1
namespace.yaml
··· 3 3 metadata: 4 4 labels: 5 5 atcr.io-image: "true" 6 + local-registry: "true" 6 7 name: tangled