Skip to content

Commit

Permalink
feat(core-services): add headlamp flux plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
luissimas committed Dec 16, 2024
1 parent 96ce5b2 commit 1f87371
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions core-services/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,28 @@ spec:
gethomepage.dev/group: Management
gethomepage.dev/icon: kubernetes.png
gethomepage.dev/pod-selector: "app.kubernetes.io/name=headlamp"
config:
pluginsDir: /build/plugins
initContainers:
- command:
- /bin/sh
- -c
- mkdir -p /build/plugins && cp -r /plugins/* /build/plugins/
image: ghcr.io/headlamp-k8s/headlamp-plugin-flux:latest
imagePullPolicy: Always
name: headlamp-plugins
volumeMounts:
- mountPath: /build/plugins
name: headlamp-plugins
persistentVolumeClaim:
accessModes:
- ReadWriteOnce
enabled: true
size: 1Gi
volumeMounts:
- mountPath: /build/plugins
name: headlamp-plugins
volumes:
- name: headlamp-plugins
persistentVolumeClaim:
claimName: headlamp

0 comments on commit 1f87371

Please sign in to comment.