SO helm chart cleanup
[oom.git] / kubernetes / so / charts / so-db-secrets / values.yaml
old mode 100755 (executable)
new mode 100644 (file)
similarity index 81%
rename from kubernetes/so/charts/so-ssl-certs/Chart.yaml
rename to kubernetes/so/charts/so-db-secrets/values.yaml
index 02cf08f..f3387ef
@@ -11,7 +11,9 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-apiVersion: v1
-description: A Helm chart for SSL certs secrets
-name: so-ssl-certs
-version: 2.0.0
\ No newline at end of file
+db_host: so-mariadb
+db_port: "3306"
+db_admin_username: root
+db_admin_password: password
+db_username: root
+db_password: password