Skip to content

Commit

Permalink
fix curl json property quotes (#232)
Browse files Browse the repository at this point in the history
* fixes runwhen/platform-core#1198

* update pdb format

* add gcp ingress first task

* add backend health check from annotation

* updates to gce-ingress cb

* template / gen rule updates

* tweak genrule

* debug template

* update name

* test rule

* fix template

* touchups

* add function check

* debug runtime

* failfast

* add debug task

* test none

* platy with os path

* add auth to gcloud

* remove debug

* add timeout

* fix typo

* debug

* test

* switch to evaluate

* update

* update

* update

* x

* x

* update

* try backtick

* x

* x

* remove code ticks

* update timeout_seconds for deployment script

* test runbook update

* debug

* test

* test env var

* debug

* more debug

* add defaults

* remove invalid dict

* revert most changes - focus on simple tasks

* fix cb

* set dit details

* add new rules

* try newline edit

* try to escape it

* remove target service

* update issue next steps

* update gcloud

* update env

* gcoud target removal test 2

* target service removals (not all)

* update

* fix kind

* add space

* hardcode kind

* add readme

* remove kubectl

* fix curl json property quotes
  • Loading branch information
stewartshea authored Oct 30, 2023
1 parent ea99005 commit 98e9956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ spec:
- name: DESIRED_RESPONSE_CODE
value: '200'
- name: OWNER_DETAILS
value: "{'name':'{{match_resource.resource.metadata.name}}', 'kind':'Ingress','namespace':'{{match_resource.resource.metadata.namespace}}'}"
value: '{"name":"{{match_resource.resource.metadata.name}}", "kind":"Ingress","namespace":"{{match_resource.resource.metadata.namespace}}"}'
secretsProvided: []
servicesProvided: []
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ spec:
- name: DESIRED_RESPONSE_CODE
value: "200"
- name: OWNER_DETAILS
value: "{'name':'{{match_resource.resource.metadata.name}}', 'kind':'Service','namespace':'{{match_resource.resource.metadata.namespace}}'}"
value: '{"name":"{{match_resource.resource.metadata.name}}", "kind":"Ingress","namespace":"{{match_resource.resource.metadata.namespace}}"}'
secretsProvided: []
servicesProvided: []
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ spec:
- name: DESIRED_RESPONSE_CODE
value: '200'
- name: OWNER_DETAILS
value: "{'name':'{{match_resource.resource.metadata.name}}', 'kind':'Ingress','namespace':'{{match_resource.resource.metadata.namespace}}'}"
value: '{"name":"{{match_resource.resource.metadata.name}}", "kind":"Ingress","namespace":"{{match_resource.resource.metadata.namespace}}"}'
secretsProvided: []
servicesProvided: []

0 comments on commit 98e9956

Please sign in to comment.