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/-
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
+1 -1
View File
@@ -8,7 +8,7 @@ rules:
- ""
resourceNames:
- beta-atlantis-appsettings
- beta-atlantis-actor-config
- beta-atlantis-temporal-config
resources:
- configmaps
verbs:
@@ -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
+1 -1
View File
@@ -8,7 +8,7 @@ rules:
- ""
resourceNames:
- staging-atlantis-appsettings
- staging-atlantis-actor-config
- staging-atlantis-temporal-config
resources:
- configmaps
verbs:
@@ -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"