this repo has no description
0
fork

Configure Feed

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

refactor: switch apps sources back to git

Khue Doan c1cb0007 d9cba98d

+10 -15
+10 -15
platform/production/apps.yaml
··· 27 27 destination: 28 28 name: in-cluster 29 29 namespace: '{{.namespace}}' 30 - source: 31 - repoURL: 'oci://registry.registry.svc.cluster.local/{{.namespace}}/{{.app}}' 32 - targetRevision: production 33 - path: '.' 30 + sources: 31 + - repoURL: 'oci://ghcr.io/bjw-s-labs/helm/app-template' 32 + targetRevision: 4.2.0 33 + path: . 34 + helm: 35 + valueFiles: 36 + - $values/apps/{{.namespace}}/{{.app}}/production.yaml 37 + - repoURL: 'http://forgejo-http.forgejo.svc.cluster.local:3000/khuedoan/cloudlab' 38 + targetRevision: master 39 + ref: values 34 40 syncPolicy: 35 41 automated: 36 42 prune: true ··· 39 45 - CreateNamespace=true 40 46 - ApplyOutOfSyncOnly=true 41 47 - ServerSideApply=true 42 - --- 43 - # TODO remove this stupid shit 44 - apiVersion: v1 45 - kind: Secret 46 - metadata: 47 - name: oci-khuedoan-blog 48 - labels: 49 - argocd.argoproj.io/secret-type: repository 50 - stringData: 51 - url: oci://registry.registry.svc.cluster.local/khuedoan/blog 52 - insecureOCIForceHttp: "true"