Skip to content

Commit fbf1ffd

Browse files
authored
feat: kubernetes overrides for the entrypoint and cmd (#1396)
1 parent 49b7e93 commit fbf1ffd

20 files changed

+4273
-25
lines changed

ATTRIBUTIONS-Go.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ Subdependencies:
14841484
* `golang.org/x/net`
14851485
* `golang.org/x/text`
14861486
* `gopkg.in/inf.v0`
1487-
* `gopkg.in/yaml.v2`
1487+
* `github.com/goccy/go-yaml`
14881488
* `k8s.io/klog/v2`
14891489
* `k8s.io/utils`
14901490
* `sigs.k8s.io/json`
@@ -3179,7 +3179,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31793179
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31803180
```
31813181

3182-
### gopkg.in/yaml.v2
3182+
### github.com/goccy/go-yaml
31833183

31843184
License Identifier: Apache-2.0
31853185
License Text:
@@ -4864,7 +4864,7 @@ Subdependencies:
48644864
* `google.golang.org/genproto/googleapis/api`
48654865
* `google.golang.org/genproto/googleapis/rpc`
48664866
* `google.golang.org/protobuf`
4867-
* `gopkg.in/yaml.v2`
4867+
* `github.com/goccy/go-yaml`
48684868

48694869
### github.com/dustin/go-humanize
48704870

@@ -8180,7 +8180,7 @@ Subdependencies:
81808180
* `golang.org/x/text`
81818181
* `google.golang.org/genproto/googleapis/rpc`
81828182
* `gopkg.in/inf.v0`
8183-
* `gopkg.in/yaml.v2`
8183+
* `github.com/goccy/go-yaml`
81848184
* `k8s.io/klog/v2`
81858185
* `k8s.io/utils`
81868186
* `sigs.k8s.io/json`
@@ -9056,7 +9056,7 @@ Subdependencies:
90569056
* `google.golang.org/genproto/googleapis/api`
90579057
* `google.golang.org/protobuf`
90589058
* `gopkg.in/inf.v0`
9059-
* `gopkg.in/yaml.v2`
9059+
* `github.com/goccy/go-yaml`
90609060
* `gopkg.in/yaml.v3`
90619061
* `k8s.io/api`
90629062
* `k8s.io/klog/v2`
@@ -22970,7 +22970,7 @@ Subdependencies:
2297022970
* `google.golang.org/protobuf`
2297122971
* `gopkg.in/evanphx/json-patch.v4`
2297222972
* `gopkg.in/inf.v0`
22973-
* `gopkg.in/yaml.v2`
22973+
* `github.com/goccy/go-yaml`
2297422974
* `gopkg.in/yaml.v3`
2297522975
* `k8s.io/component-base`
2297622976
* `k8s.io/gengo/v2`

deploy/cloud/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ kubectl get storageclass
8686

8787
1. Set the required environment variables:
8888
```bash
89-
export PROJECT_ROOT=($pwd)
89+
export PROJECT_ROOT=$(pwd)
9090
export DOCKER_USERNAME=<your-docker-username>
9191
export DOCKER_PASSWORD=<your-docker-password>
9292
export DOCKER_SERVER=<your-docker-server>

0 commit comments

Comments
 (0)