File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.2
18+ version : 0.1.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 9898 {{- end }}
9999
100100 managed :
101- roles :
102- - name : app
103- ensure : present
104- login : true
105- createrole : true
106- bypassrls : true
101+ roles : {{ toYaml .Values.managedRoles | nindent 6 }}
Original file line number Diff line number Diff line change @@ -29,16 +29,14 @@ recovery:
2929 # Mode 3: "recovery" - Recover from specific timeline
3030 #
3131 mode : " fresh" # Options: fresh, production, recovery
32-
3332 # Timeline configuration
3433 timeline :
35- # Current writer timeline (update this for disaster recovery)
36- # Format: ISO 8601 timestamp (e.g., "2025-09-23T14:59:00+08:00")
37- writer : " "
38-
3934 # Source reader timeline (set to writer timeline after successful recovery)
4035 # This makes future recoveries easier by avoiding timeline searches
4136 reader : " "
37+ # Current writer timeline (update this for disaster recovery)
38+ # Format: ISO 8601 timestamp (e.g., "2025-09-23T14:59:00+08:00")
39+ writer : " "
4240
4341managedRoles :
4442 - name : app
You can’t perform that action at this time.
0 commit comments