Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
DevTeam
becskasszasch
Commits
90abc48d
Verified
Commit
90abc48d
authored
Aug 03, 2021
by
blint
😶
Browse files
update ci
parent
e4c1676c
Pipeline
#8609
failed with stages
in 7 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s/templates/secret.yml
View file @
90abc48d
...
...
@@ -10,12 +10,12 @@ stringData:
POSTGRES_USER
:
"
{{
.Values.POSTGRES_USER
}}"
POSTGRES_DB
:
"
{{
.Values.POSTGRES_DB
}}"
---
apiVersion
:
v1
data
:
.dockerconfigjson
:
"
{{
.Values.REGISTRY_CONF
}}"
kind
:
Secret
metadata
:
name
:
devteam-nexus-login
namespace
:
apps
type
:
kubernetes.io/dockerconfigjson
{{
/*---*/
}}
{{
/*
apiVersion
:
v1
*/
}}
{{
/*
data
:
*
/
}}
{{
/*
.dockerconfigjson
:
"
{{
.Values.REGISTRY_CONF
}}"
*
/
}}
{{
/*
kind
:
Secret
*/
}}
{{
/*
metadata
:
*
/
}}
{{
/*
name
:
devteam-nexus-login
*/
}}
{{
/*
namespace
:
apps
*/
}}
{{
/*
type
:
kubernetes.io/dockerconfigjson
*/
}}
Write
Preview
Supports
Markdown
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