this repo has no description
0
fork

Configure Feed

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

fix: temporary workaround for plain HTTP OCI

Change-Id: Ib418c40782a57d4e5c026cf346932c77fa7622a6

Khue Doan 407aa4fc ee9ca7f7

+14 -3
+14 -3
platform/production/apps.yaml
··· 11 11 elements: 12 12 - namespace: test 13 13 app: example 14 - # - namespace: khuedoan 15 - # app: blog 14 + - namespace: khuedoan 15 + app: blog 16 16 # - namespace: khuedoan 17 17 # app: notes 18 18 # - namespace: khuedoan ··· 28 28 name: in-cluster 29 29 namespace: '{{.namespace}}' 30 30 source: 31 - repoURL: 'oci://registry.cloudlab.khuedoan.com/{{.namespace}}/{{.app}}' 31 + repoURL: 'oci://registry.registry.svc.cluster.local/{{.namespace}}/{{.app}}' 32 32 targetRevision: production 33 33 path: '.' 34 34 syncPolicy: ··· 39 39 - CreateNamespace=true 40 40 - ApplyOutOfSyncOnly=true 41 41 - 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"