UNCLASSIFIED

Commit 620fe0fc authored by bhearn7's avatar bhearn7
Browse files

update delete policies

parent e214902f
Pipeline #235820 passed with stages
in 2 minutes and 25 seconds
......@@ -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
- Added delete policies to db secrets to handle helm errors
- Updated delete policies to db secrets to handle helm errors
## [1.12.7-bb.2]
### Changed
......
......@@ -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 }}
......
......@@ -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") }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment