Skip to content

Commit

Permalink
Progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Nov 8, 2023
1 parent 358b984 commit 1378fb2
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 22 deletions.
45 changes: 32 additions & 13 deletions architecture.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions charts/gardener-extension-audit/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
{{- end }}
checksum/configmap-{{ include "name" . }}-config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
labels:
networking.gardener.cloud/to-runtime-apiserver: allowed
networking.gardener.cloud/to-dns: allowed
networking.resources.gardener.cloud/to-all-shoots-kube-apiserver-tcp-443: allowed
{{ include "labels" . | indent 8 }}
spec:
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ images:
- name: audit-forwarder
sourceRepository: https://github.com/metal-stack/audit-forwarder
repository: ghcr.io/metal-stack/audit-forwarder
tag: "latest"
tag: "support-audit-extension" # TODO: Pinning
- name: fluent-bit
sourceRepository: https://github.com/fluent/fluent-bit
repository: fluent/fluent-bit
Expand Down
Loading

0 comments on commit 1378fb2

Please sign in to comment.