Skip to content
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

kubefwd: add the ability to kubefwd a namespace we don't deploy to #245

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Sep 8, 2021

Hello @landism,

Please review the following commits I made in branch nicks/readonly:

11ef9eb (2021-09-08 18:58:41 -0400)
kubefwd: add the ability to kubefwd a namespace we don't deploy to

2741af7 (2021-09-02 17:04:10 -0400)
secret: add secret_from_dict to the readme

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested a review from landism September 8, 2021 22:59
@nicks nicks force-pushed the nicks/readonly branch 3 times, most recently from 24597c8 to a34ed71 Compare September 8, 2021 23:00
function reconcile {
NEW_NAMESPACES=$(tilt get kd -o=jsonpath='{.items[*].spec.watches[*].namespace}' | echo "$(cat -) $TILT_CFG_NAMESPACES" | tr -s ' ' '\n' | sort -u)
OLD_NAMESPACES=$(cat "$TRIGGER_FILE")
echo "NEW $NEW_NAMESPACES"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover debug code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops! yes

@nicks nicks merged commit f070728 into master Sep 10, 2021
@nicks nicks deleted the nicks/readonly branch September 10, 2021 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants