diff --git a/charts/ndc-connector-oracle/templates/NOTES.txt b/charts/ndc-connector-oracle/templates/NOTES.txt new file mode 100644 index 0000000..451347c --- /dev/null +++ b/charts/ndc-connector-oracle/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-connector-oracle Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/ndc-connector-phoenix/templates/NOTES.txt b/charts/ndc-connector-phoenix/templates/NOTES.txt new file mode 100644 index 0000000..36403f0 --- /dev/null +++ b/charts/ndc-connector-phoenix/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-connector-phoenix Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/ndc-graphql/templates/NOTES.txt b/charts/ndc-graphql/templates/NOTES.txt new file mode 100644 index 0000000..36aaf05 --- /dev/null +++ b/charts/ndc-graphql/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-graphql Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/ndc-mongodb/templates/NOTES.txt b/charts/ndc-mongodb/templates/NOTES.txt new file mode 100644 index 0000000..487ef07 --- /dev/null +++ b/charts/ndc-mongodb/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-mongodb Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/ndc-nodejs-lambda/templates/NOTES.txt b/charts/ndc-nodejs-lambda/templates/NOTES.txt new file mode 100644 index 0000000..16a92c5 --- /dev/null +++ b/charts/ndc-nodejs-lambda/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-nodejs-lambda Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/ndc-postgres/templates/NOTES.txt b/charts/ndc-postgres/templates/NOTES.txt new file mode 100644 index 0000000..97de95e --- /dev/null +++ b/charts/ndc-postgres/templates/NOTES.txt @@ -0,0 +1,22 @@ +Ndc-postgres Helm Chart Deployment + +1. Deployment Information: + - Release Name: {{ .Release.Name }} + - Namespace: {{ template "common.namespace" . }} + - Chart Name: {{ .Chart.Name }} + - Chart Version: {{ .Chart.Version }} + +2. Service Information: + - Service Name: {{ template "common.name" . }} + - Service Port: {{ .Values.httpPort }} + +3. Useful Commands: + - Check the Deployment Status: + helm status {{ .Release.Name }} + + - Get Detailed Information about the Deployment: + helm get all {{ .Release.Name }} + +4. Clean Up: + - To uninstall/delete the deployment, run: + helm uninstall {{ .Release.Name }} \ No newline at end of file diff --git a/charts/v3-engine/templates/NOTES.txt b/charts/v3-engine/templates/NOTES.txt index e437a4a..4ffcf70 100644 --- a/charts/v3-engine/templates/NOTES.txt +++ b/charts/v3-engine/templates/NOTES.txt @@ -1,4 +1,4 @@ -V3 Engine Helm Chart Deployment +V3-engine Helm Chart Deployment 1. Deployment Information: - Release Name: {{ .Release.Name }} @@ -19,4 +19,7 @@ V3 Engine Helm Chart Deployment 4. Clean Up: - To uninstall/delete the deployment, run: - helm uninstall {{ .Release.Name }} \ No newline at end of file + helm uninstall {{ .Release.Name }} + +5. Next steps: + - You may now want to add connector(s) into your deployment stack. Perform a "helm search repo hasura-ddn" to see what connector Helm charts are available for installation \ No newline at end of file