k8s manifests with vars set up for fluxcd
0
fork

Configure Feed

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

image secret

+4
+2
namespace.yaml
··· 1 1 apiVersion: v1 2 2 kind: Namespace 3 3 metadata: 4 + labels: 5 + atrc.io-image: "true" 4 6 name: tangled
+2
statefulset.yaml
··· 14 14 labels: 15 15 app: tangled 16 16 spec: 17 + imagePullSecrets: 18 + - name: atcr-pull-secret 17 19 containers: 18 20 - name: knot 19 21 image: atcr.io/tangled.org/knot:latest