update: mysql
parent
088b522a22
commit
e60753f608
|
@ -1096,7 +1096,6 @@ apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: workflow-controller-configmap
|
name: workflow-controller-configmap
|
||||||
namespace: dev
|
|
||||||
data:
|
data:
|
||||||
resourceRateLimit: |
|
resourceRateLimit: |
|
||||||
limit: 20
|
limit: 20
|
||||||
|
@ -1143,7 +1142,7 @@ data:
|
||||||
archive: true
|
archive: true
|
||||||
skipMigration: true
|
skipMigration: true
|
||||||
mysql:
|
mysql:
|
||||||
host: mysql
|
host: mysql.prod.svc
|
||||||
port: 3306
|
port: 3306
|
||||||
database: devops
|
database: devops
|
||||||
tableName: argo_workflows
|
tableName: argo_workflows
|
||||||
|
@ -1181,7 +1180,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mysql
|
app: mysql
|
||||||
name: argo-mysql-config
|
name: argo-mysql-config
|
||||||
namespace: dev
|
|
||||||
stringData:
|
stringData:
|
||||||
password: devops
|
password: devops
|
||||||
username: Devops@2099
|
username: Devops@2099
|
||||||
|
@ -1191,7 +1189,7 @@ apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: aws-s3-cred
|
name: aws-s3-cred
|
||||||
namespace: dev
|
namespace:
|
||||||
stringData:
|
stringData:
|
||||||
accessKey: -------------
|
accessKey: -------------
|
||||||
secretKey: -------------
|
secretKey: -------------
|
||||||
|
|
Loading…
Reference in New Issue