Skip to content

Commit

Permalink
feat: add new feature flag to control the new branding feature (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Mar 21, 2024
1 parent 0ad9f6c commit b9bc328
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/notify-admin/admin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ spec:
value: '$(FF_BOUNCE_RATE_V15)'
- name: FF_ABTEST_SERVICE_ID
value: '$(FF_ABTEST_SERVICE_ID)'
- name: FF_NEW_BRANDING
value: '$(FF_NEW_BRANDING)'
resources:
requests:
cpu: "250m"
Expand Down
1 change: 1 addition & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ FF_BOUNCE_RATE_V1=
FF_BOUNCE_RATE_V15=
FF_BOUNCE_RATE_BACKEND=
FF_ABTEST_SERVICE_ID=
FF_NEW_BRANDING=
SRE_CLIENT_SECRET=
Binary file modified env/dev/.env.zip.enc.aws
Binary file not shown.
7 changes: 7 additions & 0 deletions env/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,13 @@ vars:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.FF_NEW_BRANDING
name: FF_NEW_BRANDING
objref:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.SRE_CLIENT_SECRET
name: SRE_CLIENT_SECRET
Expand Down
Binary file modified env/production/.env.zip.enc.aws
Binary file not shown.
7 changes: 7 additions & 0 deletions env/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,13 @@ vars:
apiVersion: v1
fieldref:
fieldpath: data.FF_ABTEST_SERVICE_ID
- name: FF_NEW_BRANDING
objref:
kind: ConfigMap
name: application-config
apiVersion: v1
fieldref:
fieldpath: data.FF_NEW_BRANDING
- name: SRE_CLIENT_SECRET
objref:
kind: ConfigMap
Expand Down
Binary file modified env/staging/.env.zip.enc.aws
Binary file not shown.
7 changes: 7 additions & 0 deletions env/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,13 @@ vars:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.FF_NEW_BRANDING
name: FF_NEW_BRANDING
objref:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.SRE_CLIENT_SECRET
name: SRE_CLIENT_SECRET
Expand Down

0 comments on commit b9bc328

Please sign in to comment.