fix: update vcluster adn remove kyverno policies
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
namespace: {{ .Release.Namespace }}
|
||||
source:
|
||||
repoURL: https://charts.loft.sh
|
||||
targetRevision: 0.19.5
|
||||
targetRevision: 0.20.1
|
||||
chart: vcluster
|
||||
helm:
|
||||
values: |-
|
||||
@@ -63,12 +63,10 @@ spec:
|
||||
|
||||
mapServices:
|
||||
fromHost:
|
||||
- from: "redis/{{ .Values.environment }}-redis-master"
|
||||
to: "redis/{{ .Values.environment }}-redis-master"
|
||||
- from: "rabbitmq/{{ .Values.environment }}-rabbitmq"
|
||||
to: "rabbitmq/{{ .Values.environment }}-rabbitmq"
|
||||
- from: "{{ .Release.Namespace }}/staging-archmeister-rw"
|
||||
to: "atlantis/staging-archmeister-rw"
|
||||
- from: "{{ .Release.Namespace }}/{{ $name }}-archmaester-rw"
|
||||
to: "atlantis/{{ $name }}-archmaester-rw"
|
||||
- from: "idp/{{ .Values.environment }}-openfga"
|
||||
to: "idp/{{ .Values.environment }}-openfga"
|
||||
- from: "otel/opentelemetry-collector"
|
||||
@@ -99,21 +97,11 @@ spec:
|
||||
config: |-
|
||||
version: v1beta1
|
||||
import:
|
||||
- kind: Cluster
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
- kind: Secret
|
||||
apiVersion: v1
|
||||
# - kind: Component
|
||||
# apiVersion: dapr.io/v1alpha1
|
||||
# - kind: Configuration
|
||||
# apiVersion: dapr.io/v1alpha1
|
||||
# - kind: Subscription
|
||||
# apiVersion: dapr.io/v1alpha1
|
||||
# - kind: CiliumNetworkPolicy
|
||||
# apiVersion: cilium.io/v2
|
||||
export:
|
||||
- kind: CiliumNetworkPolicy
|
||||
apiVersion: cilium.io/v2
|
||||
- kind: Cluster
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
init:
|
||||
manifests: |-
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user