refactor(poseidon): Rename actor-config -> temporal

This commit is contained in:
2026-08-10 14:24:26 +02:00
parent 7133fc0bce
commit 4b8744ba9b
8 changed files with 8 additions and 8 deletions
@@ -12,4 +12,4 @@
path: /spec/template/spec/containers/0/envFrom/- path: /spec/template/spec/containers/0/envFrom/-
value: value:
configMapRef: configMapRef:
name: beta-atlantis-actor-config name: beta-atlantis-temporal-config
@@ -14,7 +14,7 @@ patches:
resources: resources:
- ../base - ../base
- rbac.yaml - rbac.yaml
- actor-config.yaml - temporal-config.yaml
- tracing.yaml - tracing.yaml
- bindings.yaml - bindings.yaml
- pubsub.yaml - pubsub.yaml
+1 -1
View File
@@ -8,7 +8,7 @@ rules:
- "" - ""
resourceNames: resourceNames:
- beta-atlantis-appsettings - beta-atlantis-appsettings
- beta-atlantis-actor-config - beta-atlantis-temporal-config
resources: resources:
- configmaps - configmaps
verbs: verbs:
@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: beta-atlantis-actor-config name: beta-atlantis-temporal-config
data: data:
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443" TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
TEMPORAL_TLS: "true" TEMPORAL_TLS: "true"
@@ -12,4 +12,4 @@
path: /spec/template/spec/containers/0/envFrom/- path: /spec/template/spec/containers/0/envFrom/-
value: value:
configMapRef: configMapRef:
name: staging-atlantis-actor-config name: staging-atlantis-temporal-config
@@ -14,7 +14,7 @@ resources:
- ../base - ../base
- rbac.yaml - rbac.yaml
- secrets.yaml - secrets.yaml
- actor-config.yaml - temporal-config.yaml
- tracing.yaml - tracing.yaml
- bindings.yaml - bindings.yaml
- pubsub.yaml - pubsub.yaml
+1 -1
View File
@@ -8,7 +8,7 @@ rules:
- "" - ""
resourceNames: resourceNames:
- staging-atlantis-appsettings - staging-atlantis-appsettings
- staging-atlantis-actor-config - staging-atlantis-temporal-config
resources: resources:
- configmaps - configmaps
verbs: verbs:
@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: staging-atlantis-actor-config name: staging-atlantis-temporal-config
data: data:
TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443" TEMPORAL_ADDRESS: "temporal-grpc.ekman.oceanbox.io:443"
TEMPORAL_TLS: "true" TEMPORAL_TLS: "true"