Skip to content
Open
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
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN touch src/main.rs \

FROM alpine:3.23

LABEL org.opencontainers.image.source="https://github.com/praxis-proxy/praxis-operator" \
LABEL org.opencontainers.image.source="https://github.com/praxis-proxy/operator" \
org.opencontainers.image.description="Praxis Gateway API operator" \
org.opencontainers.image.licenses="MIT"

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa
Apply the operator manifests:

```console
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/gatewayclass.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/rbac.yaml
Comment thread
nathan-weinberg marked this conversation as resolved.
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/gatewayclass.yaml
```

This creates:
Expand Down
4 changes: 2 additions & 2 deletions hack/run-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ go test ./conformance -run TestConformance \
--allow-crds-mismatch \
--report-output=/tmp/conformance-report.yaml \
--organization=praxis-proxy \
--project=praxis-operator \
--project=operator \
--version=v0.1.0 \
--url=https://github.com/praxis-proxy/praxis-operator \
--url=https://github.com/praxis-proxy/operator \
--contact=@shaneutt \
2>&1 | tee "${RAW_LOG}" | "${LOG_FILTER}"
status="${PIPESTATUS[0]}"
Expand Down
Loading