Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions applications/base/genestack-sources/genestack.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions applications/base/genestack-sources/gitrepository-aggregator.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions applications/base/genestack-sources/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions applications/base/genestack-sources/openstack-helm.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
namespace: rackspace-system
namespace: rackspace

replicaCount: 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: alert-proxy
namespace: rackspace-system
namespace: rackspace
spec:
interval: 5m
timeout: 10m
Expand All @@ -15,9 +15,9 @@ spec:
remediateLastFailure: true
upgrade:
remediation:
retries: 3
remediateLastFailure: true
targetNamespace: rackspace-system
retries: 0
remediateLastFailure: false
targetNamespace: rackspace
chart:
spec:
chart: ./helm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: alert-proxy-values-base
namespace: rackspace-system
namespace: rackspace
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-v0.0.1.yaml]
files:
- hardened.yaml="helm-values/hardened-values-v0.0.1.yaml"
options:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: rackspace-system
name: rackspace
9 changes: 6 additions & 3 deletions applications/base/services/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]

resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: cert-manager-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-v1.18.2.yaml]
files:
- hardened.yaml="helm-values/hardened-values-v1.18.2.yaml"
options:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: external-snapshotter
resources:
[
"./namespace.yaml",
"github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.1",
"github.com/kubernetes-csi/external-snapshotter//deploy/kubernetes/snapshot-controller?ref=v8.2.1",
]
- "namespace.yaml"
- "github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.1"
- "github.com/kubernetes-csi/external-snapshotter//deploy/kubernetes/snapshot-controller?ref=v8.2.1"
9 changes: 6 additions & 3 deletions applications/base/services/gateway-api/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]

resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: envoy-gateway-api-values-base
namespace: envoy-gateway-system
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-v0.0.0.yaml]
files:
- hardened.yaml="helm-values/hardened-values-v0.0.0.yaml"
options:
disableNameSuffixHash: true
9 changes: 6 additions & 3 deletions applications/base/services/harbor/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]

resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: harbor-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-1.17.2.yaml]
files:
- hardened.yaml="helm-values/hardened-values-1.17.2.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/headlamp/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"

secretGenerator:
- name: headlamp-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-0.35.0.yaml]
files:
- hardened.yaml="helm-values/hardened-values-0.35.0.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: ingress-nginx
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "/source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: ingress-nginx-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-4.13.0.yaml]
files:
- hardened.yaml="helm-values/hardened-values-4.13.0.yaml"
options:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: keycloak
resources: ["./namespace.yaml", "./postgres-cluster.yaml"]
resources:
- "namespace.yaml"
- "postgres-cluster.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: keycloak
resources: ["./operatorgroup.yaml", "./subscription.yaml"]
resources:
- "operatorgroup.yaml"
- "subscription.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: keycloak
resources:
- "./keycloak-cr.yaml"
- "./rbac/"
- "keycloak-cr.yaml"
- "rbac/"
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- "./k8s-ops-cluster-role.yaml"
- "k8s-ops-cluster-role.yaml"
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: kube-prometheus-stack-values-base
namespace: observability
type: Opaque
files:
- hardened.yaml=helm-values/hardened-values-v0.0.1.yaml
- alertmanager-overrides.yaml=helm-values/alertmanager-overrides.yaml
- prometheus-overrides.yaml=helm-values/prometheus-overrides.yaml
- hardened.yaml="helm-values/hardened-values-v0.0.1.yaml"
- alertmanager-overrides.yaml="helm-values/alertmanager-overrides.yaml"
- prometheus-overrides.yaml="helm-values/prometheus-overrides.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/metallb/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: metallb-system
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: metallb-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-0.15.2.yaml]
files:
- hardened.yaml="helm-values/hardened-values-0.15.2.yaml"
options:
disableNameSuffixHash: true
4 changes: 2 additions & 2 deletions applications/base/services/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.34.0/crds.yaml
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.34.0/olm.yaml
- "https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.34.0/crds.yaml"
- "https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.34.0/olm.yaml"
8 changes: 6 additions & 2 deletions applications/base/services/openstack-ccm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openstack-ccm
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: openstack-ccm-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-2.33.1.yaml]
files:
- hardened.yaml="helm-values/hardened-values-2.33.1.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/openstack-csi/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openstack-csi
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: openstack-csi-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-2.33.1.yaml]
files:
- hardened.yaml="helm-values/hardened-values-2.33.1.yaml"
options:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: postgres-operator
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: postgres-operator-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-1.14.0.yaml]
files:
- hardened.yaml="helm-values/hardened-values-1.14.0.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/sealed-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
namespace: sealed-secrets
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: sealed-secrets-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-2.17.3.yaml]
files:
- hardened.yaml="helm-values/hardened-values-2.17.3.yaml"
options:
disableNameSuffixHash: true
8 changes: 6 additions & 2 deletions applications/base/services/velero/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
namespace: velero
resources: [./namespace.yaml, ./source.yaml, ./helmrelease.yaml]
resources:
- "namespace.yaml"
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: velero-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-10.1.1.yaml]
files:
- hardened.yaml="helm-values/hardened-values-10.1.1.yaml"
options:
disableNameSuffixHash: true
7 changes: 5 additions & 2 deletions applications/base/services/weave-gitops/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
namespace: flux-system
resources: [./source.yaml, ./helmrelease.yaml]
resources:
- "source.yaml"
- "helmrelease.yaml"
secretGenerator:
- name: weave-gitops-values-base
type: Opaque
files: [hardened.yaml=helm-values/hardened-values-4.0.36.yaml]
files:
- hardened.yaml="helm-values/hardened-values-4.0.36.yaml"
options:
disableNameSuffixHash: true
Loading