Skip to content

Commit a173fab

Browse files
authored
remove production overlay for mintmaker (#3893)
- remove until mintmaker has been validated in staging Signed-off-by: Scott Hebert <scoheb@gmail.com>
1 parent d7ec67e commit a173fab

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

argo-cd-apps/overlays/konflux-public-production/delete-applications.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ apiVersion: argoproj.io/v1alpha1
1010
kind: ApplicationSet
1111
metadata:
1212
name: tracing-workload-otel-collector
13-
$patch: delete
13+
$patch: delete
14+
---
15+
# mintmaker not ready for prod yet
16+
apiVersion: argoproj.io/v1alpha1
17+
kind: ApplicationSet
18+
metadata:
19+
name: mintmaker
20+
$patch: delete

argo-cd-apps/overlays/production-downstream/delete-applications.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,11 @@ apiVersion: argoproj.io/v1alpha1
2828
kind: ApplicationSet
2929
metadata:
3030
name: quality-dashboard
31-
$patch: delete
31+
$patch: delete
32+
---
33+
# mintmaker not ready for prod yet
34+
apiVersion: argoproj.io/v1alpha1
35+
kind: ApplicationSet
36+
metadata:
37+
name: mintmaker
38+
$patch: delete

0 commit comments

Comments
 (0)