UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
3418123e
Commit
3418123e
authored
Apr 14, 2021
by
Grant Duncklee
Browse files
quit istio sidecar on completion
parent
393aeaae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
chart/templates/bigbang/saml.yaml
chart/templates/bigbang/saml.yaml
+3
-8
No files found.
chart/templates/bigbang/saml.yaml
View file @
3418123e
...
@@ -2,13 +2,6 @@
...
@@ -2,13 +2,6 @@
apiVersion
:
batch/v1
apiVersion
:
batch/v1
kind
:
Job
kind
:
Job
metadata
:
metadata
:
labels
:
{{
include "nexus.labels" . | indent 4
}}
{{
- if .Values.nexus.extraLabels
}}
{{
- with .Values.nexus.extraLabels
}}
{{
toYaml . | indent 4
}}
{{
- end
}}
{{
- end
}}
annotations
:
annotations
:
"
helm.sh/hook"
:
post-install
"
helm.sh/hook"
:
post-install
creationTimestamp
:
null
creationTimestamp
:
null
...
@@ -48,7 +41,9 @@ spec:
...
@@ -48,7 +41,9 @@ spec:
"$BASE_URL/service/rest/v1/security/roles" \
"$BASE_URL/service/rest/v1/security/roles" \
-H "accept: application/json" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Content-Type: application/json" \
-d "$ROLE"
-d "$ROLE" &&
curl -fsI -X POST http://localhost:15020/quitquitquit &&
exit
env
:
env
:
-
name
:
API_CREDENTIALS
-
name
:
API_CREDENTIALS
valueFrom
:
valueFrom
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment