initial commit
This commit is contained in:
2
helm-webapp/templates/NOTES.txt
Normal file
2
helm-webapp/templates/NOTES.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
servicename=$(k get service -l "app={{ .Values.appName }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
kubectl --namespace <namespace> port-forward service/{{ .Values.appName }} 8888:80
|
||||
Reference in New Issue
Block a user