GitHub PR
git clone git@github.com:teamsmiley/idsvr-helm.git# git remote add upstream https://github.com/ORIGIN_OWNER/ORIGIN_REPO.git git remote add upstream https://github.com/curityio/idsvr-helm.git
git checkout -b update-svc-selectorselector: app.kubernetes.io/name: {{ include "curity.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} role: {{ include "curity.fullname" . }}-admingit add --all && git commit -m "admin-svc-selector-update" && git push origin update-svc-selector



Last updated


