Skip to content

Commit 5f17c24

Browse files
authored
Merge pull request #4 from Pseudo-Lab/fix/experiment-platform-ghcr-sealedsecret-conflict
fix(experiment-platform): isolate ghcr pull secret name for sealedsecret sync
2 parents e2500af + 1e49594 commit 5f17c24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

services/experiment-platform/base/backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
component: backend
1616
spec:
1717
imagePullSecrets:
18-
- name: ghcr-creds
18+
- name: ghcr-creds-experiment-platform
1919
containers:
2020
- name: backend
2121
image: ghcr.io/pseudo-lab/experiment-platform-backend

services/experiment-platform/base/frontend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
component: frontend
1616
spec:
1717
imagePullSecrets:
18-
- name: ghcr-creds
18+
- name: ghcr-creds-experiment-platform
1919
containers:
2020
- name: frontend
2121
image: ghcr.io/pseudo-lab/experiment-platform-frontend

services/experiment-platform/overlays/prod/ghcr-pull-secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ apiVersion: bitnami.com/v1alpha1
33
kind: SealedSecret
44
metadata:
55
creationTimestamp: null
6-
name: ghcr-creds
6+
name: ghcr-creds-experiment-platform
77
namespace: experiment-platform
88
spec:
99
encryptedData:
1010
.dockerconfigjson: AgAgKGTVwwuYXX6NdNXUiV85w8c97lQImWaIWwgFSsail1dtqqCe8f2GjKP5KN7Qm0W5d2BgRnu6ls3nl3ZKeue6b0JjRktL+Rw+r1xb35tpM1b4UakJCWomyMKwcoqJvrQ+wXBOLDPboGk/J+Cvx69PwgGuclBNWN7UtqB4lfrprbjmESujYCfSBF8xVATueAV7EY8NSym5ClVBAem7/uuEVRvl0GxL8DgPfI9/kJT8pbIcvC5+oDEcJwNXvSMDl7OsS1hskYNzZ70vcKfNoxd3zAtPhxiGsc7WC8EROpD3e4nIkYoAqODURl3xqw590W9AiGUj6/TA3Y8qAWadG/SOaGh2zJ9n3ONd9p3WiaCwuUgfo3bbeTaOoEo6HeGZllT6QeNPc7GOlX+vqjPuIzXVq85Flt7QC2RscQoM4lG+DJLZlgUeipxui40cZYihy1yw1OL9izQJMYehDeDIc4XPMqclG9/IQIjlW0Uy3guu5CPvSwxvTVuZwh95LRoagzraWpG8yFYNJocEG9/f946oLjIeKpX/pYoYMyIOyBVcxkAewsRakt1FVgM0W3qaIcNsvlNMwfFwyhRzkdbYm7mVgAZzHC+TGuu7AAlsW4zDCSnOFagHNUNuulsTmyYokKeF2wzS4yEoszCMAgJT6qQxs1yJ6sWf3arrTLXL5moHNe7om4FiylIDgTHIIqtqcOROSLUTTM47aQpcmca7dOSTz0T/pSCKdrxr9ompaLvtq0GWZm06mxIXYmp7Uux5ArNWCPhsh1r1Oaa+ld95BA7NWD0QZl8JyhMF+x+1hxDJ3dOS96+md0BlB5DYGRAtZ4imNZfQz2s9XrK/6/qU65TvfBHrm7G/nKRTCefP3T+lg1sSl7PXJMe94jySTg0XevVGF+HSAVhKaKoj4Rjhrf9OT0nk46936W0MjOJ9epocRNjb
1111
template:
1212
metadata:
1313
creationTimestamp: null
14-
name: ghcr-creds
14+
name: ghcr-creds-experiment-platform
1515
namespace: experiment-platform
1616
type: kubernetes.io/dockerconfigjson

0 commit comments

Comments
 (0)