Skip to content

Commit

Permalink
fix(workflows): Rename configmaps and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Nov 29, 2021
1 parent 4105f96 commit 50846a4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .socialgouv/environments/dev/carnets.configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: app-configmap
name: carnets-configmap
data:
GITHUB_ORGANIZATION: "SocialGouv"
AUTH0_AUDIENCE: "hasura"
Expand Down
4 changes: 2 additions & 2 deletions .socialgouv/environments/dev/carnets.sealed-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: SealedSecret
metadata:
annotations:
sealedsecrets.bitnami.com/cluster-wide: 'true'
name: app-sealed-secret
name: carnets-sealed-secret
namespace: carnets
spec:
encryptedData:
Expand Down Expand Up @@ -31,5 +31,5 @@ spec:
metadata:
annotations:
sealedsecrets.bitnami.com/cluster-wide: 'true'
name: app-sealed-secret
name: carnets-sealed-secret
type: Opaque
2 changes: 1 addition & 1 deletion .socialgouv/environments/preprod/carnets.configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: app-configmap
name: carnets-configmap
data:
GITHUB_ORGANIZATION: "SocialGouv"
AUTH0_AUDIENCE: "hasura"
Expand Down
4 changes: 2 additions & 2 deletions .socialgouv/environments/preprod/carnets.sealed-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: SealedSecret
metadata:
annotations:
sealedsecrets.bitnami.com/cluster-wide: 'true'
name: app-sealed-secret
name: carnets-sealed-secret
namespace: carnets
spec:
encryptedData:
Expand Down Expand Up @@ -31,5 +31,5 @@ spec:
metadata:
annotations:
sealedsecrets.bitnami.com/cluster-wide: 'true'
name: app-sealed-secret
name: carnets-sealed-secret
type: Opaque
2 changes: 1 addition & 1 deletion .socialgouv/environments/prod/carnets.configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: app-configmap
name: carnets-configmap
data:
GITHUB_ORGANIZATION: "SocialGouv"
AUTH0_AUDIENCE: "hasura"
Expand Down
4 changes: 2 additions & 2 deletions .socialgouv/environments/prod/carnets.sealed-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: bitnami.com/v1alpha1
kind: SealedSecret
metadata:
annotations: {}
name: app-sealed-secret
name: carnets-sealed-secret
namespace: carnets
spec:
encryptedData:
Expand All @@ -29,5 +29,5 @@ spec:
template:
metadata:
annotations: {}
name: app-sealed-secret
name: carnets-sealed-secret
type: Opaque

0 comments on commit 50846a4

Please sign in to comment.