You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
304 B
12 lines
304 B
apiVersion: project.openshift.io/v1
|
|
kind: Project
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "0"
|
|
openshift.io/display-name: "Demo API Management"
|
|
labels:
|
|
kubernetes.io/metadata.name: {{ projectName | quote }}
|
|
name: {{ projectName | quote }}
|
|
spec:
|
|
finalizers:
|
|
- kubernetes
|
|
|