Skip to content

Commit db831a5

Browse files
committed
fix for challenge8 in keying
1 parent 8178b8a commit db831a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wrongsecrets-balancer/src/kubernetes.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const createDeploymentForTeam = async ({ team, passcodeHash }) => {
123123
{
124124
name: 'wrongsecrets',
125125
//TODO REPLACE HARDCODED BELOW WITH PROPPER GETS: image: `${get('wrongsecrets.image')}:${get('wrongsecrets.tag')}`,
126-
image: 'jeroenwillemsen/wrongsecrets:1.5.4RC3-no-vault',
126+
image: 'jeroenwillemsen/wrongsecrets:1.5.4RC4-no-vault',
127127
imagePullPolicy: get('wrongsecrets.imagePullPolicy'),
128128
// resources: get('wrongsecrets.resources'),
129129
securityContext: {
@@ -148,6 +148,10 @@ const createDeploymentForTeam = async ({ team, passcodeHash }) => {
148148
name: 'K8S_ENV',
149149
value: 'k8s',
150150
},
151+
{
152+
name: 'challenge_acht_ctf_to_provide_to_host_value',
153+
value: 'provideThisKeyToHostThankyouAlllGoodDoYouLikeRandomLogging?',
154+
},
151155
{
152156
name: 'SPECIAL_K8S_SECRET',
153157
valueFrom: {

0 commit comments

Comments
 (0)