refactor(poseidon): Rename actor-config -> temporal
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
configMapRef:
|
||||
name: beta-atlantis-actor-config
|
||||
name: beta-atlantis-temporal-config
|
||||
@@ -14,7 +14,7 @@ patches:
|
||||
resources:
|
||||
- ../base
|
||||
- rbac.yaml
|
||||
- actor-config.yaml
|
||||
- temporal-config.yaml
|
||||
- tracing.yaml
|
||||
- bindings.yaml
|
||||
- pubsub.yaml
|
||||
|
||||
@@ -8,7 +8,7 @@ rules:
|
||||
- ""
|
||||
resourceNames:
|
||||
- beta-atlantis-appsettings
|
||||
- beta-atlantis-actor-config
|
||||
- beta-atlantis-temporal-config
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: beta-atlantis-actor-config
|
||||
name: beta-atlantis-temporal-config
|
||||
data:
|
||||
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
|
||||
TEMPORAL_TLS: "true"
|
||||
@@ -12,4 +12,4 @@
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
configMapRef:
|
||||
name: staging-atlantis-actor-config
|
||||
name: staging-atlantis-temporal-config
|
||||
@@ -14,7 +14,7 @@ resources:
|
||||
- ../base
|
||||
- rbac.yaml
|
||||
- secrets.yaml
|
||||
- actor-config.yaml
|
||||
- temporal-config.yaml
|
||||
- tracing.yaml
|
||||
- bindings.yaml
|
||||
- pubsub.yaml
|
||||
|
||||
@@ -8,7 +8,7 @@ rules:
|
||||
- ""
|
||||
resourceNames:
|
||||
- staging-atlantis-appsettings
|
||||
- staging-atlantis-actor-config
|
||||
- staging-atlantis-temporal-config
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: staging-atlantis-actor-config
|
||||
name: staging-atlantis-temporal-config
|
||||
data:
|
||||
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
|
||||
TEMPORAL_TLS: "true"
|
||||
Reference in New Issue
Block a user