Skip to content

Commit

Permalink
fix: fix for chart lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-Adarsh committed Jun 26, 2024
1 parent 19c4798 commit 7b803f4
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Chart Version: {{ .Chart.Version }}
App Version: {{ .Chart.AppVersion }}
Description: {{ .Chart.Description }}

Dependencies
------------
PostgreSQL Chart:
- Version: 15.5.7
- Repository: https://charts.bitnami.com/bitnami

Configuration Files
-------------------
1. configmap.yaml
Expand All @@ -32,34 +26,13 @@ Image Configuration:
- Tag: {{ .Values.image.tag }}
- Pull Policy: {{ .Values.image.pullPolicy }}

Init Container Image Configuration:
- Repository: {{ .Values.initContainerImage.repository }}
- Tag: {{ .Values.initContainerImage.tag }}
- Pull Policy: {{ .Values.initContainerImage.pullPolicy }}

PostgreSQL Configuration:
- Port: {{ .Values.postgresql.port }}
- Username, Password, Database: Configured via Helm values.
- Persistence: Enabled with storage class ebs-csi-encrypted and size 10Gi for both primary and secondary.

Namespace: {{ .Values.namespace }}

Secrets:
- Username: {{ .Values.secret.username }}
- Password: {{ .Values.secret.password }}
- Flyway Password: {{ .Values.secret.flyway_password }}
- Docker Config JSON: {{ .Values.secret.dockerconfigjson }}

Flyway Configuration:
- URL: {{ .Values.flyway.url }}
- User: {{ .Values.flyway.user }}
- Locations: {{ .Values.flyway.locations }}

Resource Management
-------------------
PostgreSQL Resources:
- Requests: 500m CPU, 3Gi Memory
- Limits: 1000m CPU, 4Gi Memory

Post-Installation Instructions
------------------------------
Expand Down

0 comments on commit 7b803f4

Please sign in to comment.