Skip to content

Commit 2943898

Browse files
feat: foo (#12)
1 parent e8013d4 commit 2943898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
22912291
| cronus | object | See below | cronus |
22922292
| developmentChart | bool | `false` | |
22932293
| dockerconfigjson | object | `{}` | DEPRECATED - Use `.imageCredentials` instead dockerconfig (for `kcfi` tool backward compatibility) for Image Pull Secret. Obtain GCR Service Account JSON (sa.json) at support@codefresh.io ```shell GCR_SA_KEY_B64=$(cat sa.json | base64) DOCKER_CFG_VAR=$(echo -n "_json_key:$(echo ${GCR_SA_KEY_B64} | base64 -d)" | base64 | tr -d '\n') ``` E.g.: dockerconfigjson: auths: gcr.io: auth: <DOCKER_CFG_VAR> |
2294-
| foo | string | `"bar"` | |
2294+
| foo | string | `"test"` | |
22952295
| gencerts | object | See below | Job to generate internal runtime secrets. Required at first install. |
22962296
| gitops-dashboard-manager | object | See below | gitops-dashboard-manager |
22972297
| global | object | See below | Global parameters |

charts/codefresh/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,4 +1964,4 @@ segment-reporter:
19641964
salesforce-reporter:
19651965
enabled: false
19661966

1967-
foo: bar
1967+
foo: test

0 commit comments

Comments
 (0)