Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 authored and tamalsaha committed Apr 7, 2024
1 parent b271287 commit 5866ae9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions catalog/kubedb/raw/mssql/mssql-2022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
image: mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04
initContainer:
image: neajmorshad/mssql-init-docker:0.1

securityContext:
runAsGroup: 10001
runAsUser: 10001
runAsGroup: 10001
runAsUser: 10001
version: "2022"
1 change: 0 additions & 1 deletion charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| featureGates.Kafka | | <code>true</code> |
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>true</code> |
| featureGates.MicrosoftSQLServer | | <code>false</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
Expand Down
3 changes: 3 additions & 0 deletions charts/kubedb-catalog/templates/mssql/mssql-2022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ spec:
image: '{{ include "image.microsoft" (merge (dict "_repo" "mssql/server") $) }}:2022-CU12-ubuntu-22.04'
initContainer:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "neajmorshad/mssql-init-docker") $) }}:0.1'
securityContext:
runAsGroup: 10001
runAsUser: 10001
version: "2022"
{{ end }}
1 change: 0 additions & 1 deletion charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ featureGates:
Kafka: true
MariaDB: true
Memcached: true
MicrosoftSQLServer: false
MongoDB: true
MySQL: true
PerconaXtraDB: true
Expand Down
1 change: 0 additions & 1 deletion charts/kubedb-webhook-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser
| featureGates.Kafka | | <code>true</code> |
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>false</code> |
| featureGates.MicrosoftSQLServer | | <code>false</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
Expand Down
1 change: 0 additions & 1 deletion charts/kubedb-webhook-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ featureGates:
Kafka: true
MariaDB: true
Memcached: false
MicrosoftSQLServer: false
MongoDB: true
MySQL: true
PerconaXtraDB: true
Expand Down

0 comments on commit 5866ae9

Please sign in to comment.