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

Changes to support Tilt integration for development #35

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ Dockerfile
# Exclude Python caches
**/__pycache__
*.egg-info

# Ignore all other elements that aren't actually part of the build
.dockerignore
.github
.gitignore
.python-version
chart
CODEOWNERS
tilt-component.yaml
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN set -ex; \
helm version

# Pull and unpack the Dex chart
ARG DEX_CHART_NAME
ARG DEX_CHART_REPO
ARG DEX_CHART_NAME=dex
ARG DEX_CHART_REPO=https://charts.dexidp.io
ARG DEX_CHART_VERSION
RUN helm pull ${DEX_CHART_NAME} \
--repo ${DEX_CHART_REPO} \
Expand Down
10 changes: 10 additions & 0 deletions tilt-component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
chart: ./chart

images:
azimuth-identity-operator:
context: .
build_args:
HELM_VERSION: v3.13.2
# Use the latest stable version of the Dex chart
DEX_CHART_VERSION: ">=0.0.0"
chart_path: image