X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fnonrtric-common%2Ftemplates%2F_nonrtricgateway.tpl;h=d14e540b21bf10002e6c2cdacd2767eec8cfdb4b;hb=HEAD;hp=0d1435f2682c8320959f94a53db45a590f09a695;hpb=e691473b686c832d7f1e2158bd5364e14f6447b3;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/nonrtric-common/templates/_nonrtricgateway.tpl b/ric-common/Common-Template/helm/nonrtric-common/templates/_nonrtricgateway.tpl index 0d1435f2..d14e540b 100644 --- a/ric-common/Common-Template/helm/nonrtric-common/templates/_nonrtricgateway.tpl +++ b/ric-common/Common-Template/helm/nonrtric-common/templates/_nonrtricgateway.tpl @@ -22,3 +22,7 @@ {{- $name := ( include "common.name.nonrtricgateway" . ) -}} {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}} {{- end -}} + +{{- define "common.ingressClassName" -}} + {{- printf "kong" -}} +{{- end -}}