Compare commits
2 Commits
2496b12a7c
...
e3f0f89d93
| Author | SHA1 | Date | |
|---|---|---|---|
|
e3f0f89d93
|
|||
|
100760c498
|
@@ -20,6 +20,6 @@ RUN cargo auditable build --release && /app/target/release/crdgen > /crds.yaml
|
|||||||
FROM scratch AS manifests
|
FROM scratch AS manifests
|
||||||
COPY --from=builder /crds.yaml /
|
COPY --from=builder /crds.yaml /
|
||||||
|
|
||||||
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime
|
FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
|
||||||
COPY --from=builder /app/target/release/lldap-controller /lldap-controller
|
COPY --from=builder /app/target/release/lldap-controller /lldap-controller
|
||||||
CMD ["/lldap-controller"]
|
CMD ["/lldap-controller"]
|
||||||
|
|||||||
@@ -49,4 +49,4 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: credentials
|
- name: credentials
|
||||||
secret:
|
secret:
|
||||||
secretName: lldap-credentials
|
secretName: credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user