diff --git a/ops/k8s-apps/base/dagster/kustomization.yaml b/ops/k8s-apps/base/dagster/kustomization.yaml index e537137bd..086394776 100644 --- a/ops/k8s-apps/base/dagster/kustomization.yaml +++ b/ops/k8s-apps/base/dagster/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: base-dagster resources: - dagster.yaml - - proxy.yaml + #- proxy.yaml # patchesStrategicMerge: # - ./daemon-init-container.yaml # - ./webserver-init-container.yaml \ No newline at end of file diff --git a/ops/k8s-apps/production/kustomization.yaml b/ops/k8s-apps/production/kustomization.yaml index ed5e6ed5e..a750670f0 100644 --- a/ops/k8s-apps/production/kustomization.yaml +++ b/ops/k8s-apps/production/kustomization.yaml @@ -6,13 +6,4 @@ namespace: production-dagster patches: - path: ./custom-helm-values.yaml target: - type: HelmRelease -patchesJson6902: - - target: - kind: Namespace - version: v1 - name: base-dagster - patch: |- - - op: replace - path: /metadata/name - value: production-dagster \ No newline at end of file + type: HelmRelease \ No newline at end of file