mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 02:49:15 -03:00
some more linting
This commit is contained in:
48
library/common-test/ci/credentials-values.yaml
Normal file
48
library/common-test/ci/credentials-values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
protocol: http
|
||||
port: 8080
|
||||
|
||||
workload:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
type: Deployment
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
args:
|
||||
- --port
|
||||
- "8080"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
|
||||
|
||||
credentials:
|
||||
mys3:
|
||||
type: s3
|
||||
url: ""
|
||||
region: ""
|
||||
bucket: ""
|
||||
accessKey: ""
|
||||
secretKey: ""
|
||||
encrKey: ""
|
||||
48
library/common-test/ci/credentialsList-values.yaml
Normal file
48
library/common-test/ci/credentialsList-values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
protocol: http
|
||||
port: 8080
|
||||
|
||||
workload:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
type: Deployment
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
args:
|
||||
- --port
|
||||
- "8080"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
port: "{{ .Values.service.main.ports.main.port }}"
|
||||
|
||||
|
||||
credentials:
|
||||
- name: mys3
|
||||
type: s3
|
||||
url: ""
|
||||
region: ""
|
||||
bucket: ""
|
||||
accessKey: ""
|
||||
secretKey: ""
|
||||
encrKey: ""
|
||||
Reference in New Issue
Block a user