Skip to content

Commit

Permalink
fix: add missing namespace definition for example-application-basic-s…
Browse files Browse the repository at this point in the history
…ervicemesh
  • Loading branch information
leonsteinhaeuser committed Nov 22, 2024
1 parent 2ae4877 commit 988c7f2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions ocp/deployments/basic_servicemesh.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
openshift.io/description: ""
openshift.io/display-name: ""
openshift.io/requester: kubeadmin
openshift.io/sa.scc.mcs: s0:c26,c20
openshift.io/sa.scc.supplemental-groups: 65535/10000
openshift.io/sa.scc.uid-range: 65535/10000
argocd.argoproj.io/sync-wave: "-1"
labels:
argocd.argoproj.io/managed-by: openshift-gitops
name: example-application-basic-servicemesh
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
Expand Down Expand Up @@ -35,8 +50,8 @@ spec:
source:
directory:
jsonnet: {}
recurse: true
path: ocp/deployments/manifests/basic
recurse: false
path: ocp/deployments/manifests/servicemesh
repoURL: git@github.com:leonsteinhaeuser/rh-ocp-examples.git
targetRevision: HEAD
syncPolicy:
Expand Down

0 comments on commit 988c7f2

Please sign in to comment.