-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command update in git tutorial #1935
Conversation
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
✅ Deploy Preview for zarf-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I think the repo in https://docs.zarf.dev/examples/git-data/ does not exist either, there may be more to do on this PR. |
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
also the podinfo example has been removed from the zarf.yaml, im adding it back in zarf tools kubectl apply -k http://zarf-git-user:$(zarf tools get-creds Git)@localhost:54824/zarf-git-user/podinfo-1646971829/kustomize
NOTE Using config file /Users/cmwylie19/zarf/zarf-config.toml
✔ Waiting for cluster connection (30s timeout)
NOTE Git Server push password (username: zarf-git-user):
service/podinfo created
deployment.apps/podinfo created
horizontalpodautoscaler.autoscaling/podinfo created |
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
On the git-data example command
zarf tools get-admin-password
does not exist anymore. Replace this withzarf tools get-creds Git
which will give the desired passwordRelated Issue
Fixes #1934
Relates to #
Type of change
Checklist before merging