Skip to content

Commit 9b8f4b0

Browse files
committed
refactor: update the naming convention
1 parent 66f9b7c commit 9b8f4b0

File tree

25 files changed

+13
-13
lines changed

25 files changed

+13
-13
lines changed

applications/base/managed-services/alert-proxy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ secretGenerator:
66
- name: alert-proxy-values-base
77
namespace: envoy-gateway-system
88
type: Opaque
9-
files: [hardened.yaml=helm-values/hardened_values_v0.0.1.yaml]
9+
files: [hardened.yaml=helm-values/hardened-values-v0.0.1.yaml]
1010
options:
1111
disableNameSuffixHash: true

applications/base/managed-services/alert-proxy/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: GitRepository
44
metadata:
55
name: alert-proxy
66
spec:
7-
interval: 5m
7+
interval: 1h
88
url: https://github.com/rackerlabs/alert-proxy.git
99
ref:
1010
branch: main

applications/base/services/cert-manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
66
secretGenerator:
77
- name: cert-manager-values-base
88
type: Opaque
9-
files: [hardened.yaml=helm-values/hardened_values_v1.18.2.yaml]
9+
files: [hardened.yaml=helm-values/hardened-values-v1.18.2.yaml]
1010
options:
1111
disableNameSuffixHash: true

applications/base/services/gateway-api/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ secretGenerator:
77
- name: envoy-gateway-api-values-base
88
namespace: envoy-gateway-system
99
type: Opaque
10-
files: [hardened.yaml=helm-values/hardened_values_v0.0.0.yaml]
10+
files: [hardened.yaml=helm-values/hardened-values-v0.0.0.yaml]
1111
options:
1212
disableNameSuffixHash: true

applications/base/services/harbor/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
66
secretGenerator:
77
- name: harbor-values-base
88
type: Opaque
9-
files: [hardened.yaml=helm-values/hardened_values_1.17.2.yaml]
9+
files: [hardened.yaml=helm-values/hardened-values-1.17.2.yaml]
1010
options:
1111
disableNameSuffixHash: true

0 commit comments

Comments
 (0)