We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43492c3 + e23ec88 commit 438e11fCopy full SHA for 438e11f
helm/oci-native-ingress-controller/templates/deployment.yaml
@@ -4,10 +4,12 @@
4
# Copyright (c) 2023 Oracle America, Inc. and its affiliates.
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
#
7
+{{- if not (lookup "v1" "Namespace" "" .Values.deploymentNamespace)}}
8
apiVersion: v1
9
kind: Namespace
10
metadata:
11
name: {{ .Values.deploymentNamespace }}
12
+{{- end }}
13
---
14
apiVersion: apps/v1
15
kind: Deployment
0 commit comments