@@ -16,6 +16,6 @@ maintainers:
|
|||||||
name: Ornias1993
|
name: Ornias1993
|
||||||
url: truecharts.org
|
url: truecharts.org
|
||||||
name: common
|
name: common
|
||||||
sources:
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 6.8.0
|
version: 6.8.1
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
valueFrom:
|
valueFrom:
|
||||||
{{- if $value.secretKeyRef }}
|
{{- if $value.secretKeyRef }}
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ tpl $value.secretKeyRef.name $ | quote }}
|
name: {{ tpl $value.secretKeyRef.name $ | quote }}
|
||||||
key: {{ tpl $value.secretKeyRef.key $ | quote }}
|
key: {{ tpl $value.secretKeyRef.key $ | quote }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ name: postgresql
|
|||||||
sources:
|
sources:
|
||||||
- https://www.postgresql.org/
|
- https://www.postgresql.org/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.7
|
version: 1.0.8
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
PostgresSQL
|
PostgresSQL
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
## Custom Models
|
## Custom Models
|
||||||
If you have custom models and you wan to use them, you have to add customStorage to this app. The default path to map is `/modelstore/detection`.
|
If you have custom models and you wan to use them, you have to add customStorage to this app. The default path to map is `/modelstore/detection`.
|
||||||
In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage.
|
In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
PostgresSQL
|
PostgresSQL
|
||||||
|
|
||||||
|
|||||||
@@ -3,5 +3,3 @@
|
|||||||
#### Video Guide
|
#### Video Guide
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user