Skip to content

Commit 2058097

Browse files
authored
fix: always deploy tekton and apl related namespaces (#2284)
1 parent e1bba4f commit 2058097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ k8s:
2929
- name: gitea
3030
- name: apl-gitea-operator
3131
disableIstioInjection: true
32+
- name: apl-operator
33+
disableIstioInjection: true
3234
- name: grafana
3335
app: grafana
3436
- name: istio-system
@@ -71,11 +73,9 @@ k8s:
7173
disableIstioInjection: true
7274
disablePolicyChecks: true
7375
- name: tekton-pipelines
74-
app: tekton
7576
disableIstioInjection: true
7677
disablePolicyChecks: true
7778
- name: tekton-triggers
78-
app: tekton
7979
disableIstioInjection: true
8080
disablePolicyChecks: true
8181
- name: otel

0 commit comments

Comments
 (0)