Skip to content

Commit

Permalink
Update flux-ui.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Dec 18, 2024
1 parent 8634c55 commit e1a372c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions clusters/home-cluster/headlamp-flux/flux-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@ spec:
name: headlamp
namespace: flux-system
interval: 1m
# values:
# config:
# pluginsDir: /build/plugins
# initContainers:
# - name: headlamp-plugins
# image: ghcr.io/headlamp-k8s/headlamp-plugin-flux:latest
# imagePullPolicy: Always
# command:
# - /bin/sh
# - -c
# - mkdir -p /build/plugins && cp -r /plugins/* /build/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
values:
config:
pluginsDir: /build/plugins
initContainers:
- name: headlamp-plugins
image: ghcr.io/headlamp-k8s/headlamp-plugin-flux:latest
imagePullPolicy: Always
command:
- /bin/sh
- -c
- mkdir -p /build/plugins && cp -r /plugins/* /build/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 e1a372c

Please sign in to comment.