mirror of
				https://github.com/optim-enterprises-bv/databunker.git
				synced 2025-10-31 01:47:57 +00:00 
			
		
		
		
	☂️ fix linter errors
This commit is contained in:
		| @@ -1,9 +1,9 @@ | |||||||
| dependencies: | dependencies: | ||||||
| - name: mariadb |  | ||||||
|   repository: https://charts.bitnami.com/bitnami |  | ||||||
|   version: 9.8.1 |  | ||||||
| - name: common | - name: common | ||||||
|   repository: https://charts.bitnami.com/bitnami |   repository: https://charts.bitnami.com/bitnami | ||||||
|   version: 1.10.3 |   version: 1.10.3 | ||||||
| digest: sha256:efb74a3741f2688ce9e9b619ae2d92292846d431dff5e3678f6816eb51674a3b | - name: mariadb | ||||||
| generated: "2021-12-09T02:31:05.010882826Z" |   repository: https://charts.bitnami.com/bitnami | ||||||
|  |   version: 9.8.1 | ||||||
|  | digest: sha256:fcc3993d9a692f0f6c0a6a30582964fbd4479268ffba1e98d9054e9503030d16 | ||||||
|  | generated: "2021-12-29T12:05:10.935183+02:00" | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| annotations: | annotations: | ||||||
|   category: database |   category: Database | ||||||
| apiVersion: v2 | apiVersion: v2 | ||||||
| appVersion: 1.0.2 | appVersion: 1.0.2 | ||||||
| dependencies: | dependencies: | ||||||
|   | |||||||
| @@ -105,7 +105,7 @@ databunkerAdminEmail: "user@example.com" | |||||||
| command: ["/bin/sh"] | command: ["/bin/sh"] | ||||||
| ## @param args Override default container args (useful when using custom images) | ## @param args Override default container args (useful when using custom images) | ||||||
| ## | ## | ||||||
| args: ["-c", "/databunker/bin/databunker -init -db databunkerdb; /databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml" ] | args: ["-c", "/databunker/bin/databunker -init -db databunkerdb; /databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml"] | ||||||
| ## @param updateStrategy.type Update strategy - only really applicable for deployments with RWO PVs attached | ## @param updateStrategy.type Update strategy - only really applicable for deployments with RWO PVs attached | ||||||
| ## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the | ## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the | ||||||
| ## PV, and the "incoming" pod can never start. Changing the strategy to "Recreate" will | ## PV, and the "incoming" pod can never start. Changing the strategy to "Recreate" will | ||||||
| @@ -154,7 +154,7 @@ existingSecret: "" | |||||||
| ## @param containerPorts [object] Container ports | ## @param containerPorts [object] Container ports | ||||||
| ## | ## | ||||||
| containerPorts: | containerPorts: | ||||||
|   #http: 3000 |   ## http: 3000 | ||||||
|   https: 3000 |   https: 3000 | ||||||
| ## @param sessionAffinity Control where client requests go, to the same pod or round-robin. Values: ClientIP or None | ## @param sessionAffinity Control where client requests go, to the same pod or round-robin. Values: ClientIP or None | ||||||
| ## ref: https://kubernetes.io/docs/user-guide/services/ | ## ref: https://kubernetes.io/docs/user-guide/services/ | ||||||
| @@ -404,7 +404,6 @@ networkPolicy: | |||||||
|     ##             label: example |     ##             label: example | ||||||
|     customRules: {} |     customRules: {} | ||||||
|  |  | ||||||
|  |  | ||||||
| ## @section Database parameters | ## @section Database parameters | ||||||
|  |  | ||||||
| ## MariaDB chart configuration | ## MariaDB chart configuration | ||||||
| @@ -494,7 +493,6 @@ externalDatabase: | |||||||
|   ## |   ## | ||||||
|   database: databunkerdb |   database: databunkerdb | ||||||
|  |  | ||||||
|  |  | ||||||
| ## @section Traffic Exposure Parameters | ## @section Traffic Exposure Parameters | ||||||
|  |  | ||||||
| ## Kubernetes configuration | ## Kubernetes configuration | ||||||
| @@ -701,7 +699,7 @@ certificates: | |||||||
|   ## @param certificates.customCAs Defines a list of secrets to import into the container trust store |   ## @param certificates.customCAs Defines a list of secrets to import into the container trust store | ||||||
|   ## |   ## | ||||||
|   customCAs: [] |   customCAs: [] | ||||||
|   #  - secret: "databunker" |   ##  - secret: "databunker" | ||||||
|   ## @param certificates.command Override default container command (useful when using custom images) |   ## @param certificates.command Override default container command (useful when using custom images) | ||||||
|   ## e.g: |   ## e.g: | ||||||
|   ## - secret: custom-CA |   ## - secret: custom-CA | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 stremovsky
					stremovsky