From a77cd4d257c129a5cbef9fa9e9eb501cab1a735c Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Mon, 16 Mar 2026 12:07:15 +0100 Subject: [PATCH] git ssh --- infra/cluster-resources-application.yaml | 2 +- infra/enterprise-apps.yaml | 3 ++- infra/fluent-bit.yaml | 2 +- infra/grafana.yaml | 2 +- infra/kyverno-policies.yaml | 2 +- infra/loki.yaml | 2 +- infra/prometheus.yaml | 2 +- infra/secrets.yaml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/infra/cluster-resources-application.yaml b/infra/cluster-resources-application.yaml index 2445fad..4072f08 100644 --- a/infra/cluster-resources-application.yaml +++ b/infra/cluster-resources-application.yaml @@ -15,7 +15,7 @@ spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD path: cluster-resources diff --git a/infra/enterprise-apps.yaml b/infra/enterprise-apps.yaml index 8f7bf96..0cce61e 100644 --- a/infra/enterprise-apps.yaml +++ b/infra/enterprise-apps.yaml @@ -16,7 +16,8 @@ metadata: spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: git@github.com:fortedigital/sturdy-adventure.git + targetRevision: HEAD path: apps destination: server: https://kubernetes.default.svc diff --git a/infra/fluent-bit.yaml b/infra/fluent-bit.yaml index dd8691c..462665f 100644 --- a/infra/fluent-bit.yaml +++ b/infra/fluent-bit.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/fluent-bit-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/grafana.yaml b/infra/grafana.yaml index 9741616..43d87c7 100644 --- a/infra/grafana.yaml +++ b/infra/grafana.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/grafana-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/kyverno-policies.yaml b/infra/kyverno-policies.yaml index 164fcee..028813a 100644 --- a/infra/kyverno-policies.yaml +++ b/infra/kyverno-policies.yaml @@ -15,7 +15,7 @@ spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD path: cluster-resources/policies diff --git a/infra/loki.yaml b/infra/loki.yaml index 5057c39..6d53444 100644 --- a/infra/loki.yaml +++ b/infra/loki.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/loki-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/prometheus.yaml b/infra/prometheus.yaml index 3a416e2..b17436c 100644 --- a/infra/prometheus.yaml +++ b/infra/prometheus.yaml @@ -23,7 +23,7 @@ spec: valueFiles: - $values/infra/values/prometheus-values.yaml - - repoURL: https://github.com/fortedigital/sturdy-adventure.git + - repoURL: git@github.com:fortedigital/sturdy-adventure.git targetRevision: HEAD ref: values diff --git a/infra/secrets.yaml b/infra/secrets.yaml index 0fb60f1..ad1d8e9 100644 --- a/infra/secrets.yaml +++ b/infra/secrets.yaml @@ -17,7 +17,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/fortedigital/sturdy-adventure.git + repoURL: git@github.com:fortedigital/sturdy-adventure.git path: secrets destination: server: https://kubernetes.default.svc