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
Security Tools
Anchore Enterprise
Commits
620fe0fc
Commit
620fe0fc
authored
Apr 27, 2021
by
bhearn7
Browse files
update delete policies
parent
e214902f
Pipeline
#235820
passed with stages
in 2 minutes and 25 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
CHANGELOG.md
+1
-1
chart/templates/bigbang/db/anchore-db-secret.yaml
chart/templates/bigbang/db/anchore-db-secret.yaml
+1
-1
chart/templates/bigbang/db/feeds-db-secret.yaml
chart/templates/bigbang/db/feeds-db-secret.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
620fe0fc
...
...
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [1.12.7-bb.3]
### Fixed
-
Add
ed delete policies to db secrets to handle helm errors
-
Updat
ed delete policies to db secrets to handle helm errors
## [1.12.7-bb.2]
### Changed
...
...
chart/templates/bigbang/db/anchore-db-secret.yaml
View file @
620fe0fc
...
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded,hook-failed
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
data
:
PGUSER
:
{{
b64enc .Values.postgresql.postgresUser
}}
...
...
chart/templates/bigbang/db/feeds-db-secret.yaml
View file @
620fe0fc
...
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded,hook-failed
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
data
:
PGUSER
:
{{
b64enc (index .Values "anchore-feeds-db" "postgresUser")
}}
...
...
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