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 4022b7e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 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 @@ -33,10 +48,7 @@ spec:
server: https://kubernetes.default.svc
project: basic-servicemesh
source:
directory:
jsonnet: {}
recurse: true
path: ocp/deployments/manifests/basic
path: ocp/deployments/manifests/servicemesh
repoURL: git@github.com:leonsteinhaeuser/rh-ocp-examples.git
targetRevision: HEAD
syncPolicy:
Expand Down

0 comments on commit 4022b7e

Please sign in to comment.