this repo has no description
0
fork

Configure Feed

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

Re-deploy

+19 -6
+3 -2
k8s/nebula/apps/ci/github-actions/ks-runners.yaml k8s/nebula/apps/ci/github-actions/app/ks-runners.yaml
··· 4 4 name: cluster-apps-ci-gh-runners 5 5 namespace: flux-system 6 6 spec: 7 + targetNamespace: gh-actions 7 8 dependsOn: 8 9 - name: cluster-apps-ci-gh-operator 9 - path: ./k8s/nebula/apps/ci/github-actions/runners 10 + path: ./k8s/nebula/apps/ci/github-actions/app/runners 10 11 prune: true 11 12 sourceRef: 12 13 kind: GitRepository 13 14 name: flux-system 14 15 interval: 30m 15 16 retryInterval: 1m 16 - timeout: 5m 17 + timeout: 5m
+3 -2
k8s/nebula/apps/ci/github-actions/ks.yaml k8s/nebula/apps/ci/github-actions/app/ks.yaml
··· 4 4 name: cluster-apps-ci-gh-operator 5 5 namespace: flux-system 6 6 spec: 7 - path: ./k8s/nebula/apps/ci/github-actions/operator 7 + targetNamespace: gh-actions 8 + path: ./k8s/nebula/apps/ci/github-actions/app/operator 8 9 prune: true 9 10 sourceRef: 10 11 kind: GitRepository ··· 16 17 namespace: ci 17 18 interval: 30m 18 19 retryInterval: 1m 19 - timeout: 5m 20 + timeout: 5m
+7
k8s/nebula/apps/ci/github-actions/kustomization.yaml
··· 1 + --- 2 + apiVersion: kustomize.config.k8s.io/v1beta1 3 + kind: Kustomization 4 + resources: 5 + - ns.yaml 6 + - app/ks.yaml 7 + - app/ks-runners.yaml
+5
k8s/nebula/apps/ci/github-actions/ns.yaml
··· 1 + --- 2 + apiVersion: v1 3 + kind: Namespace 4 + metadata: 5 + name: gh-actions
k8s/nebula/apps/ci/github-actions/operator/externalsecret-store.yaml k8s/nebula/apps/ci/github-actions/app/operator/externalsecret-store.yaml
k8s/nebula/apps/ci/github-actions/operator/externalsecret.yaml k8s/nebula/apps/ci/github-actions/app/operator/externalsecret.yaml
k8s/nebula/apps/ci/github-actions/operator/helm-release.yaml k8s/nebula/apps/ci/github-actions/app/operator/helm-release.yaml
k8s/nebula/apps/ci/github-actions/operator/kustomization.yaml k8s/nebula/apps/ci/github-actions/app/operator/kustomization.yaml
k8s/nebula/apps/ci/github-actions/runners/externalsecret-store.yaml k8s/nebula/apps/ci/github-actions/app/runners/externalsecret-store.yaml
k8s/nebula/apps/ci/github-actions/runners/externalsecret.yaml k8s/nebula/apps/ci/github-actions/app/runners/externalsecret.yaml
k8s/nebula/apps/ci/github-actions/runners/kustomization.yaml k8s/nebula/apps/ci/github-actions/app/runners/kustomization.yaml
k8s/nebula/apps/ci/github-actions/runners/ns.yaml k8s/nebula/apps/ci/github-actions/app/runners/ns.yaml
k8s/nebula/apps/ci/github-actions/runners/samip5-k8s-cluster-arm64.yaml k8s/nebula/apps/ci/github-actions/app/runners/samip5-k8s-cluster-arm64.yaml
k8s/nebula/apps/ci/github-actions/runners/samip5-k8s-cluster.yaml k8s/nebula/apps/ci/github-actions/app/runners/samip5-k8s-cluster.yaml
k8s/nebula/apps/ci/github-actions/runners/samipsolutions-runners-arm64.yaml k8s/nebula/apps/ci/github-actions/app/runners/samipsolutions-runners-arm64.yaml
k8s/nebula/apps/ci/github-actions/runners/samipsolutions-runners.yaml k8s/nebula/apps/ci/github-actions/app/runners/samipsolutions-runners.yaml
+1 -2
k8s/nebula/apps/ci/kustomization.yaml
··· 3 3 kind: Kustomization 4 4 resources: 5 5 - ns.yaml 6 - # - github-actions/ks.yaml 7 - # - github-actions/ks-runners.yaml 6 + - github-actions